Class p.u.p.m.Message(object):

Part of pida.utils.pyflakes.messages View In Hierarchy

Known subclasses: pida.utils.pyflakes.messages.DuplicateArgument, pida.utils.pyflakes.messages.ImportStarUsed, pida.utils.pyflakes.messages.RedefinedFunction, pida.utils.pyflakes.messages.RedefinedWhileUnused, pida.utils.pyflakes.messages.UndefinedName, pida.utils.pyflakes.messages.UnusedImport (hide last 3 again) ... and 3 more

Undocumented
Line # Kind Name Docs
6 Method __init__ Undocumented
9 Method __str__ Undocumented
def __init__(self, filename, lineno):
Undocumented
def __str__(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.