Config object for the Python parser.
| name | Name of this config object: 'Python' |
| verbose | Verbosity flag. This attribute is set by __init__(), but only if 'verbose' was passed as a config option. |
| basename | A 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. |
| Operations Summary: | |
| __init__(self, argv) [Source] | |