class documentation

class IndentedWriter:

Constructor: IndentedWriter(s)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method block_next_indent Undocumented
Method dec_indent Undocumented
Method inc_indent Undocumented
Method newline Undocumented
Method reset_indent Undocumented
Method write Undocumented
Instance Variable block_indent Undocumented
Instance Variable indentation Undocumented
Instance Variable str Undocumented
def __init__(self, s):

Undocumented

def block_next_indent(self):

Undocumented

def dec_indent(self, dec=2):

Undocumented

def inc_indent(self, inc=2):

Undocumented

def newline(self):

Undocumented

def reset_indent(self):

Undocumented

def write(self, s, indent=True, newline=True):

Undocumented

block_indent: bool =

Undocumented

indentation: int =

Undocumented

str =

Undocumented