Callables.with_signature()
Last updated
Last updated
with_signature(
signature: str
) →
Callables
Adds a filter to get callables that have the given signature. Returns a filtered Callables child object. This method can be called on all Callables child classes: Functions and Modifiers.
To filter given a list of signatures, refer to Callables.with_signatures().
Output:
Output: