class documentation

class AstBuilder: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method file_build Undocumented
Method string_build Undocumented
Instance Variable _py2 Undocumented
Instance Variable _tree_rewriter Undocumented
def __init__(self, py2=False, tree_rewriter=None): (source)

Undocumented

def file_build(self, file_path, relative=False, **kwargs): (source)

Undocumented

def string_build(self, ast_str, name='', **kwargs): (source)

Undocumented

_py2 = (source)

Undocumented

_tree_rewriter = (source)

Undocumented