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