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