[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- UserDict.DictMixin
- portage.glsa.Glsa:
This class is a wrapper for the XML data and provides methods to
access and display the contained data.
- formatter.NullWriter:
Minimal writer interface to use in testing & inheritance.
- formatter.DumbWriter:
Simple writer class which writes output on the file object passed
in as the file parameter or, if file is omitted, on standard
output.
- portage.output.StyleWriter:
This is just a DumbWriter with a hook in the new_styles() method
that passes a styles tuple as a single argument to a callable
style_listener attribute.
- markupbase.ParserBase:
Parser base class which provides some common support methods used
by the SGML/HTML and XHTML parsers.
- HTMLParser.HTMLParser:
Find tags and other markup and call handler functions.
- portage.getbinpkg.ParseLinks:
Parser class that overrides HTMLParser to grab all anchors from an
html page and provide suffix and prefix limitors
- ConfigParser.RawConfigParser
- ConfigParser.ConfigParser
- ConfigParser.SafeConfigParser
- UserDict.UserDict
- object:
The most base type
- shlex.shlex:
A lexical analyzer class for simple shell-like syntaxes.