Callables.with_name_regexes()
with_name_regexes(
regexes: List[str]
) →
Callables
Adds a filter to get callables whose names match any of the regex expressions from the given list. Returns a filtered Callables child object. This method can be called on all Callables child classes: Functions and Modifiers.
To filter given a single regex expression, refer to Callables.with_name_regex().
Functions Example
Output:
Modifiers Example
Output:
Last updated