Callables.with_name_regex()
Last updated
Last updated
with_name_regex(
regex: str
) →
Callables
Adds a filter to get callables whose names match the given regex expression. 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 regex expression, refer to Callables.with_name_regexes().
Output:
Output: