class documentation

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Method insert_after Undocumented
Method insert_stmt_before Undocumented
Method insert_stmts_before Undocumented
Method remove Undocumented
Method replace Undocumented
Method search_for_pos Undocumented
Instance Variable node Undocumented
Instance Variable parent Undocumented
def __init__(self, node, parent): (source)

Undocumented

def __str__(self): (source)

Undocumented

def insert_after(self, new_stmt): (source)

Undocumented

def insert_stmt_before(self, new_stmt): (source)

Undocumented

def insert_stmts_before(self, new_stmts): (source)

Undocumented

def remove(): (source)

Undocumented

def replace(): (source)

Undocumented

def search_for_pos(self, stmt_lst, current_stmt): (source)

Undocumented

Undocumented

Undocumented