Module tabnanny :: Class Whitespace
[hide private]
[frames] | no frames]

_ClassType Whitespace

Instance Methods [hide private]
 
__init__(self, ws)
 
longest_run_of_spaces(self)
 
indent_level(self, tabsize)
 
equal(self, other)
 
not_equal_witness(self, other)
 
less(self, other)
 
not_less_witness(self, other)
Class Variables [hide private]
  S = ' '
  T = '\t'