Functions.without_modifier_names()
without_modifier_names(
names: List[str]
,
sensitivity: bool = True
) β
Functions
Adds a filter to get functions that don't have any modifier with one of the given names.
Example
Output
PreviousFunctions.with_one_of_the_modifier_names()NextFunctions.with_one_of_the_modifier_name_regexes()
Last updated