module documentation

Undocumented

Class CommentChecker Undocumented
Function comment_part_of_string Checks if the symbol at comment_idx is part of a string.
Function is_line_commented Checks if a `# symbol that is not part of a string was found in line.
Function register Undocumented
def comment_part_of_string(line: bytes, comment_idx: int) -> bool: (source)

Checks if the symbol at comment_idx is part of a string.

def is_line_commented(line: bytes) -> bool: (source)

Checks if a `# symbol that is not part of a string was found in line.

def register(linter: PyLinter): (source)

Undocumented