Callables.with_name_suffix()
Last updated
Last updated
with_name_suffix(
suffix: str
,
sensitivity: bool = True
) →
Callables
Adds a filter to get callables whose names have the given suffix. 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 suffixes, refer to Callables.with_name_suffixes().
Output:
Output: