[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- rosdeb.BeautifulSoup.PageElement:
Contains the navigational information for some part of the page
(either a tag or a piece of text)
- 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.
- rosdeb.rosdistro.Rosdistro
- rosdeb.BeautifulSoup.SoupStrainer:
Encapsulates a number of ways of matching a markup element (tag or
text).
- rosdeb.BeautifulSoup.UnicodeDammit:
A class for detecting the encoding of a *ML document and converting
it to a Unicode string.
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- rosdeb.rosdistro.RepoMetadata
- basestring:
Type basestring cannot be instantiated; it is the base for str and
unicode.
- unicode:
unicode(string [, encoding[, errors]]) -> object
- list:
list() -> new empty list list(iterable) -> new list
initialized from iterable's items