Package Synopsis.Parsers.Python.Python

-Private Attributes
source code
-Classes
class Parser
references
source code

-

Python Parser. See http://www.python.org/dev/peps/pep-0258 for additional info.
-Functions
  expand_package(root, verbose = False)
references
source code
Find all modules in a given package.
  find_imported(target, base_path, origin, verbose = False)
references
source code

-

Lookup imported files, based on current file's location. target: (module, name) pair. base_path: root directory to which to confine the lookup. origin: file name of the module issuing the import.