class documentation

class OperationWriter:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method feed Undocumented
Method indent Undocumented
Method render Undocumented
Method serialize Undocumented
Method unindent Undocumented
Instance Variable buff Undocumented
Instance Variable indentation Undocumented
Instance Variable operation Undocumented
def __init__(self, operation, indentation=2):

Undocumented

def feed(self, line):

Undocumented

def indent(self):

Undocumented

def render(self):

Undocumented

def serialize(self):

Undocumented

def unindent(self):

Undocumented

buff: list =

Undocumented

indentation =

Undocumented

operation =

Undocumented