class documentation

class FindIgnoredTypeComments: (source)

View In Hierarchy

A visitor that finds type comments that will be ignored.

Method __init__ Undocumented
Method ignored_lines Returns a set of lines that contain ignored type comments.
Method visit_code Interface for pyc.visit.
Instance Variable _ignored_type_lines Undocumented
Instance Variable _type_comments Undocumented
def __init__(self, type_comments): (source)

Undocumented

def ignored_lines(self): (source)

Returns a set of lines that contain ignored type comments.

def visit_code(self, code): (source)

Interface for pyc.visit.

_ignored_type_lines = (source)

Undocumented

_type_comments = (source)

Undocumented