qm.external.DocumentTemplate.DT_Var: Variable insertion parameters
When inserting variables, parameters may be specified to
control how the data will be formatted.
qm.external.DocumentTemplate.DocumentTemplate: Document templates with fill-in fields
Document templates provide for creation of textual documents, such as
HTML pages, from template source by inserting data from python objects
and name-spaces.
qm.test.file_database.ExtensionDatabase:
An 'ExtensionDatabase' is a 'FileDatabase' where each kind of
entity (test, suite, resource) has a particular extension.
qm.test.classes.compilation_test_database.CompilationTest:
A CompilationTest fetches compilation parameters from
environment variables CPPFLAGS, <lang>_options, and
<lang>_ldflags in addition to the CompilerTable-related
parameters.
random.SystemRandom:
Alternate random number generator using sources provided
by the operating system (such as /dev/urandom on Unix or
CryptGenRandom on Windows).
string.Template:
A string class for supporting $-substitutions.
qm.external.DocumentTemplate.DT_HTML.HTML:
HTML Document Templates
HTML Document templates use HTML server-side-include syntax,
rather than Python format-string syntax.
qm.test.classes.compilation_test_database.CompilationTest:
A CompilationTest fetches compilation parameters from
environment variables CPPFLAGS, <lang>_options, and
<lang>_ldflags in addition to the CompilerTable-related
parameters.
qm.web.WebRequest:
An object representing a request from the web server.
rfc822.Message:
Represents a single RFC 2822-compliant message.
mimetools.Message:
A derived class of rfc822.Message that knows about MIME headers
and contains some hooks for decoding encoded and multipart
messages.