Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | longest_run_of_spaces |
def | indent_level |
def | equal |
def | not_equal_witness |
def | less |
def | not_less_witness |
Data Fields | |
raw | |
n | |
nt | |
norm | |
is_simple | |
Definition at line 106 of file tabnanny.py.
def __init__ | ( | self, | |
ws | |||
) |
Definition at line 129 of file tabnanny.py.
def equal | ( | self, | |
other | |||
) |
Definition at line 181 of file tabnanny.py.
References Whitespace.norm.
def indent_level | ( | self, | |
tabsize | |||
) |
def less | ( | self, | |
other | |||
) |
Definition at line 212 of file tabnanny.py.
References Whitespace.indent_level(), Whitespace.is_simple, Whitespace.longest_run_of_spaces(), sre_parse.max, Whitespace.n, and Whitespace.nt.
def longest_run_of_spaces | ( | self) |
def not_equal_witness | ( | self, | |
other | |||
) |
Definition at line 188 of file tabnanny.py.
References Whitespace.indent_level(), Whitespace.longest_run_of_spaces(), and sre_parse.max.
def not_less_witness | ( | self, | |
other | |||
) |
Definition at line 229 of file tabnanny.py.
References Whitespace.indent_level(), Whitespace.longest_run_of_spaces(), and sre_parse.max.
is_simple |
Definition at line 150 of file tabnanny.py.
n |
Definition at line 147 of file tabnanny.py.
norm |
Definition at line 149 of file tabnanny.py.
nt |
Definition at line 148 of file tabnanny.py.
raw |
Definition at line 130 of file tabnanny.py.