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