Callables.without_names()
Last updated
Last updated
without_names(
names: List[str]
,
sensitivity: bool = True
) →
Callables
Adds a filter to get callables that that don't have the specified names. Returns a filtered Callables child object. This method can be called on all Callables child classes: Functions and Modifiers.
To get the callables without a specified name, refer to Callables.without_name().
To filter given a list of names, refer to Callables.with_one_of_the_names().
Output:
Output: