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