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