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