module documentation

Undocumented

Function cmp Undocumented
Constant CMPS Undocumented
Constant DEFAULT_LINE_LENGTH Undocumented
Type Variable T_GlobalOptionReturnTypes Undocumented
Type Alias GLOBAL_OPTION_BOOL Undocumented
Type Alias GLOBAL_OPTION_INT Undocumented
Type Alias GLOBAL_OPTION_LIST Undocumented
Type Alias GLOBAL_OPTION_NAMES Undocumented
Type Alias GLOBAL_OPTION_PATTERN Undocumented
Type Alias GLOBAL_OPTION_PATTERN_LIST Undocumented
Type Alias GLOBAL_OPTION_TUPLE_INT Undocumented
Function _comment Return string as a comment.
Function _ini_format Format options using the INI format.
def cmp(a: int|float, b: int|float) -> int: (source)

Undocumented

Undocumented

Value
['=', '-', '+']
DEFAULT_LINE_LENGTH: int = (source)

Undocumented

Value
79
T_GlobalOptionReturnTypes = (source)

Undocumented

Value
TypeVar('T_GlobalOptionReturnTypes',
        bool,
        int,
        List[str],
        Pattern[str],
        List[Pattern[str]],
        Tuple[int, ...])
GLOBAL_OPTION_BOOL = (source)

Undocumented

Value
Literal['suggestion-mode',
        'analyse-fallback-blocks',
        'allow-global-unused-variables']
GLOBAL_OPTION_INT = (source)

Undocumented

Value
Literal['max-line-length', 'docstring-min-length']
GLOBAL_OPTION_LIST = (source)

Undocumented

Value
Literal['ignored-modules']
GLOBAL_OPTION_PATTERN = (source)

Undocumented

Value
Literal['no-docstring-rgx',
        'dummy-variables-rgx',
        'ignored-argument-names',
        'mixin-class-rgx']
GLOBAL_OPTION_PATTERN_LIST = (source)

Undocumented

Value
Literal['exclude-too-few-public-methods', 'ignore-paths']
GLOBAL_OPTION_TUPLE_INT = (source)

Undocumented

Value
Literal['py-version']
def _comment(string: str) -> str: (source)

Return string as a comment.

def _ini_format(stream: TextIO, options: list[tuple[str, OptionDict, Any]]): (source)

Format options using the INI format.