class documentation

class StmtIterator: (source)

Constructor: StmtIterator(src)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __iter__ Undocumented
Method __next__ Undocumented
Method insert_after Undocumented
Method insert_before Undocumented
Method remove Undocumented
Method replace Undocumented
Instance Variable ast Undocumented
Instance Variable src Undocumented
Instance Variable working_stack Undocumented
def __init__(self, src): (source)

Undocumented

def __iter__(self): (source)

Undocumented

def __next__(self): (source)

Undocumented

def insert_after(self, new_stmt): (source)

Undocumented

def insert_before(self, new_stmt): (source)

Undocumented

def remove(self): (source)

Undocumented

def replace(self, new_stmt): (source)

Undocumented

Undocumented

Undocumented

working_stack = (source)

Undocumented