Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | NannyNag |
class | Whitespace |
Functions | |
def | errprint |
def | main |
def | check |
def | format_witnesses |
def | process_tokens |
Variables | |
string | __version__ = "6" |
list | __all__ = ["check", "NannyNag", "process_tokens"] |
int | verbose = 0 |
int | filename_only = 0 |
def tabnanny.check | ( | file) |
Definition at line 60 of file tabnanny.py.
References errprint(), aifc.open(), process_tokens(), and locale.str().
def tabnanny.errprint | ( | args) |
Definition at line 25 of file tabnanny.py.
References locale.str().
def tabnanny.format_witnesses | ( | w) |
def tabnanny.main | ( | ) |
def tabnanny.process_tokens | ( | tokens) |
list __all__ = ["check", "NannyNag", "process_tokens"] |
Definition at line 20 of file tabnanny.py.
string __version__ = "6" |
Definition at line 11 of file tabnanny.py.
int filename_only = 0 |
Definition at line 23 of file tabnanny.py.
int verbose = 0 |
Definition at line 22 of file tabnanny.py.