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