module documentation

Part of the astor library for Python AST manipulation. License: 3-clause BSD Copyright (c) 2015 Patrick Maupin

Function convert Walk the srctree, and convert/copy all python files into the dsttree
Function out_prep Undocumented
Function usage Undocumented
Variable dsttree Undocumented
def convert(srctree, dsttree=dsttree, readonly=False, dumpall=False, ignore_exceptions=False, fullcomp=False): (source)

Walk the srctree, and convert/copy all python files into the dsttree

def out_prep(s, pre_encoded=(sys.version_info[0] == 2)): (source)

Undocumented

def usage(msg): (source)

Undocumented

dsttree: str = (source)

Undocumented