pyre.weaver.Indenter¶
Module Contents¶
-
class
pyre.weaver.Indenter.Indenter(indenter=None, **kwds)¶ A mix-in class that keeps track of the indentation level
-
leader=¶
-
INDENTER¶
-
_level= 0¶
-
_indenter¶
-
indent(self, increment=1)¶ Increase the indentation level by one
-
outdent(self, decrement=1)¶ Decrease the indentation level by one
-
place(self, line)¶
-