class documentation

class OrderCodeVisitor: (source)

View In Hierarchy

Visitor for recursively changing all CodeType to OrderedCode. Depends on DisCodeVisitor having been run first.

Method __init__ Undocumented
Method visit_code Undocumented
Instance Variable _python_version Undocumented
def __init__(self, python_version): (source)

Undocumented

def visit_code(self, code): (source)

Undocumented

_python_version = (source)

Undocumented