class documentation
class Checker(object):
Constructor: Checker(filename, lines, options, report, **kwargs)
Load a Python source file, tokenize it, check coding style.
Method | __init__ |
Undocumented |
Method | build |
Build a logical line from tokens. |
Method | check |
Run all checks on the input file. |
Method | check |
Build the file's AST and run all AST checks. |
Method | check |
Build a line from tokens and run all logical checks on it. |
Method | check |
Run all physical checks on a raw input line. |
Method | generate |
Tokenize file, run physical line checks and yield tokens. |
Method | init |
Prepare custom state for the specific checker plugin. |
Method | maybe |
If appropriate for token, check current physical line(s). |
Method | readline |
Get the next line from the input buffer. |
Method | report |
Check if the syntax is valid. |
Method | run |
Run a check plugin. |
Instance Variable | blank |
Undocumented |
Instance Variable | blank |
Undocumented |
Instance Variable | checker |
Undocumented |
Instance Variable | filename |
Undocumented |
Instance Variable | hang |
Undocumented |
Instance Variable | indent |
Undocumented |
Instance Variable | indent |
Undocumented |
Instance Variable | line |
Undocumented |
Instance Variable | lines |
Undocumented |
Instance Variable | logical |
Undocumented |
Instance Variable | max |
Undocumented |
Instance Variable | max |
Undocumented |
Instance Variable | multiline |
Undocumented |
Instance Variable | noqa |
Undocumented |
Instance Variable | physical |
Undocumented |
Instance Variable | previous |
Undocumented |
Instance Variable | previous |
Undocumented |
Instance Variable | previous |
Undocumented |
Instance Variable | report |
Undocumented |
Instance Variable | report |
Undocumented |
Instance Variable | tokens |
Undocumented |
Instance Variable | total |
Undocumented |
Instance Variable | verbose |
Undocumented |
Instance Variable | _ast |
Undocumented |
Instance Variable | _checker |
Undocumented |
Instance Variable | _io |
Undocumented |
Instance Variable | _logical |
Undocumented |
Instance Variable | _physical |
Undocumented |