Callables.with_name_prefixes()
Last updated
Last updated
with_name_prefixes(
prefixes: List[str]
,
sensitivity: bool = True
) →
Adds a filter to get callables whose names have prefixes from the given list of prefixes. Returns a filtered child object. This method can be called on all child classes: and .
To filter given a single prefix, refer to .
Output: