module documentation

Part of the astor library for Python AST manipulation. License: 3-clause BSD Copyright (c) 2012-2015 Patrick Maupin Copyright (c) 2013-2015 Berker Peksag Functions that interact with the filesystem go here.

Class CodeToAst Given a module, or a function that was compiled as part of a module, re-compile the module into an AST and extract the sub-AST for the function. Allow caching to reduce number of compiles.
Variable code_to_ast Undocumented
code_to_ast = (source)

Undocumented