Callables.with_callee_names()
Adds a filter to get functions/modifiers having specified callee names.
Last updated
Adds a filter to get functions/modifiers having specified callee names.
Last updated
with_callee_names(
names: List[str]
,
sensitivity: bool = True
) →
Callables
Adds a filter to get callables that have all of the specified callees (functions that are being called within a function/modifier). Returns a filtered Callables child object.
This method can be called on all Callables child classes: Functions and Modifiers.