Package Synopsis.Parsers.Python.Python

Private Attributes Summary:
source code
Classes Summary:
class Parser
references
source code
Python Parser.
Functions Summary:
  find_imported(target, root, current, 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:
  find_imported(target, root, current, verbose = False)
references
source code
Lookup imported files, based on current file's location. target: Pair of names. root: root directory to which to confine the lookup. current: file name of the module issuing the import.