class documentation

Class to register all accepted forms of a single naming style. It may seem counter-intuitive that single naming style has multiple "accepted" forms of regular expressions, but we need to special-case stuff like dunder names in method names.

Class Method get_regex Undocumented
Constant ANY Undocumented
@classmethod
def get_regex(cls, name_type: str) -> Pattern[str]: (source)

Undocumented

ANY: Pattern[str] = (source)

Undocumented

Value
re.compile(r'.*')