Package Synopsis.Parsers.Python.Python

Private Attributes Summary:
source code
Classes Summary:
class Parser
references
source code
Python Parser.
Functions Summary:
  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.
Classes Details:
class Parser
references
source code
Python Parser. See http://www.python.org/dev/peps/pep-0258 for additional info.
Functions Details:
  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.