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