Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Config
class Base:: Parser:: Python
Files: Synopsis/Config.py

Config object for the Python parser.

Attributes:
nameName of this config object: 'Python'
verboseVerbosity flag. This attribute is set by __init__(), but only if 'verbose' was passed as a config option.
basenameA file path to strip from the start of all filenames before storing. Setting this option for example will remove any redundant parent directories in the HTML FileListing page.
See Also:
Synopsis.Parser.Python


Operations Summary:
 __init__(self, argv) [Source]