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