cmd.Cmd:
A simple framework for writing line-oriented command interpreters.
optparse.OptionContainer:
Abstract base class.
optparse.OptionParser:
Class attributes:
standard_option_list : [Option]
list of standard options that will be accepted by all instances
of this parser class (intended to be overridden by subclasses).
pysql.pysqlupdate.Version:
Pysql Version handling according to release policy Release model :
Major.Minor.Fix Major and minor are mandatory, fix is optionnal
Release can be "snapshot" (case unsensitive).
object:
The most base type
exceptions.BaseException:
Common base class for all exceptions
exceptions.Exception:
Common base class for all non-exit exceptions.