The Python parser uses Python's parser library to create an AST from Python source code. This is adequate for the purposes of extracting classes, methods and their comments, but prevents the advanced features like syntax highlighting since the parse tree does not store line number information. There is no support for SXR or XREF features.
The following options are available.
Name of this config object: Must be 'Python'
Verbosity flag. For config files, this attribute is set by the constructor, but only if 'verbose' was passed as a config option.
Can be set from the command line with "-Wp,-v"
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.
Can be set from the command line with, e.g.: "-Wp,-b,../some/basename/"