CallGraph.name_suffix()
name_suffix
(
suffix: str
,
sensitivity: bool = True
) β List[
CallNode
]
Returns a list of CallNode objects whose corresponding function name has the specified suffix.
Return type
β List[
CallNode
]
Output:
Last updated