Callables.with_arg_name()
Last updated
Last updated
with_arg_name(
arg_name: str
,
sensitivity: bool = True
) →
Callables
Adds a filter to get callables having specified argument name. Returns a filtered Callables child object. This method can be called on all Callables child classes: Functions and Modifiers.
Output:
Output: