CallGraph.with_name_not()
with_name_not
(
name: str
,
sensitivity: bool = True
) β List[
CallNode
]
Returns a list of call nodes whose corresponding function doesn't have the specified name.
Return type
β List[
CallNode
]
Output:
Last updated