Class Hierarchy
- AssertionError
- AttributeError
- BaseException
- code.InteractiveInterpreter
- codecs.StreamReader
- codecs.StreamWriter
- DeprecationWarning
- dict
- distutils.command.build_ext.build_ext
- distutils.command.build_py.build_py
- distutils.command.build_scripts.build_scripts
- distutils.command.install_data.install_data
- distutils.core.Extension
- Exception
- Fault
- Frame
- gnome.Canvas
- gnome.CanvasGroup
- gtk.GenericTreeModel
- gtk.GtkText
- gtk.GtkWindow
- gtk.Widget
- IOError
- javax.swing.table.DefaultTableModel
- KeyError
- list
- NotImplementedError
- object
- twisted.application.app._BasicProfiler -
- twisted.application.app.ApplicationRunner - An object which helps running an application based on a config
object.
- twisted.application.app.AppProfiler - Class which selects a specific profile runner based on
configuration
- twisted.application.reactors.Reactor -
- twisted.application.service.ServiceMaker - Utility class to simplify the definition of
IServiceMaker
plugins.
- twisted.conch.insults.insults._const -
- twisted.conch.insults.insults.TerminalProtocol - No class docstring; 1/6 methods documented
- twisted.conch.insults.text._Attribute - Undocumented
- twisted.conch.insults.text.CharacterAttributes - Undocumented
- twisted.conch.insults.text.CharacterAttributes._ColorAttribute - Undocumented
- twisted.conch.insults.window.BoundedTerminalWrapper - Undocumented
- twisted.conch.insults.window.Widget - No class docstring; 1/13 methods documented
- twisted.conch.recvline.LocalTerminalBufferMixin - A mixin for RecvLine subclasses which records the state of the
terminal.
- twisted.conch.recvline.Logging - Wrapper which logs attribute lookups.
- twisted.conch.recvline.TransportSequence - An
ITerminalTransport
implementation which forwards calls to
- twisted.conch.ssh.common.Entropy - A Crypto.Util.randpool.RandomPool mock for compatibility.
- twisted.conch.ssh.keys.Key - An object representing a key. A key can be either a public or
- twisted.enterprise.adbapi.Connection - A wrapper for a DB-API connection instance.
- twisted.internet._posixstdio.PipeAddress - Undocumented
- twisted.internet._posixstdio.StandardIO - No class docstring; 3/20 methods documented
- twisted.internet._sslverify._SSLApplicationData - Undocumented
- twisted.internet._win32stdio.Win32PipeAddress - Undocumented
- twisted.internet.abstract.FileDescriptor - An object which can be operated on by select().
- twisted.internet.address.IPv4Address - Object representing an IPv4 socket endpoint.
- twisted.internet.address.UNIXAddress - Object representing a UNIX socket endpoint.
- twisted.internet.base._ThreePhaseEvent - Collection of callables (with arguments) which can be invoked as a
group in
- twisted.internet.base.ReactorBase - Default base class for Reactors.
- twisted.internet.cfreactor.SelectableSocketWrapper - Undocumented
- twisted.internet.defer._ConcurrencyPrimitive - No class docstring; 1/3 methods documented
- twisted.internet.defer.DeferredQueue - An event driven queue.
- twisted.internet.iocpreactor.abstract.FileHandle - File handle that can read and write asynchronously
- twisted.internet.process._BaseProcess - Base class for Process and PTYProcess.
- twisted.internet.ssl.CertificateOptions - A factory for SSL context objects for both SSL servers and
clients.
- twisted.internet.task._Timer - Undocumented
- twisted.internet.task.Cooperator - Cooperative task scheduler.
- twisted.lore.man2lore.ManConverter - Convert a man page to the Lore format.
- twisted.mail.imap4.MemoryAccount - Undocumented
- twisted.mail.imap4.MessageSet - Essentially an infinite bitfield, with some extra features.
- twisted.mail.pop3._IteratorBuffer - No class docstring; 1/3 methods documented
- twisted.mail.relaymanager._AttemptManager - Manage the state of a single attempt to flush the relay queue.
- twisted.names.dns.DNSMixin - DNS protocol mixin shared by UDP and TCP implementations.
- twisted.plugin.CachedDropin - A collection of
CachedPlugin
instances from a particular module in a
- twisted.plugin.CachedPlugin - Undocumented
- twisted.plugins.cred_anonymous.AnonymousCheckerFactory - Generates checkers that will authenticate an anonymous request.
- twisted.plugins.cred_file.FileCheckerFactory - A factory for instances of
FilePasswordDB.
- twisted.plugins.cred_memory.InMemoryCheckerFactory - A factory for in-memory credentials checkers.
- twisted.plugins.cred_unix.UNIXChecker - A credentials checker for a UNIX server. This will check that
- twisted.plugins.cred_unix.UNIXCheckerFactory - A factory for
UNIXChecker.
- twisted.plugins.twisted_lore._LorePlugin - Undocumented
- twisted.plugins.twisted_trial._Reporter - Undocumented
- twisted.plugins.twisted_web2._Web2ResourcePlugin - Undocumented
- twisted.plugins.twisted_words.PBChatInterface - Undocumented
- twisted.plugins.twisted_words.RelayChatInterface - Undocumented
- twisted.protocols.amp.SimpleStringLocator - Implement the
locateResponder
method to do simple, string-based
- twisted.protocols.ftp._FileReader - Undocumented
- twisted.protocols.ftp._FileWriter - Undocumented
- twisted.protocols.ftp.ASCIIConsumerWrapper - Undocumented
- twisted.protocols.ftp.DTP - Undocumented
- twisted.protocols.ftp.FileConsumer - A consumer for FTP input that writes data to a file.
- twisted.protocols.ftp.FTP - Protocol Interpreter for the File Transfer Protocol
- twisted.protocols.ftp.FTPAnonymousShell - An anonymous implementation of IFTPShell
- twisted.protocols.loopback._LoopbackAddress - Undocumented
- twisted.protocols.loopback._LoopbackQueue - Trivial wrapper around a list to give it an interface like a queue,
which
- twisted.protocols.loopback._LoopbackTransport - Undocumented
- twisted.protocols.memcache.Command - Wrap a client action into an object, that holds the values used in
the
- twisted.python._release.APIBuilder - Generate API documentation from source files using
- twisted.python._release.DistributionBuilder - A builder of Twisted distributions.
- twisted.python._release.LoreBuilderMixin - Base class for builders which invoke lore.
- twisted.python._release.Project - A representation of a project that has a version.
- twisted.python.compat.attrgetter - Undocumented
- twisted.python.compat.tsafe - No class docstring; 1/1 classes documented
- twisted.python.components._ProxiedClassMethod - A proxied class method.
- twisted.python.components._ProxyDescriptor - A descriptor which will proxy attribute access, mutation, and
- twisted.python.failure._Code - A fake code object, used by
_Traceback
via _Frame.
- twisted.python.failure._Frame - A fake frame object, used by
_Traceback.
- twisted.python.failure._Traceback - Fake traceback object which can be passed to functions in the
standard
- twisted.python.log.PythonLoggingObserver - Output twisted messages to Python standard library
logging module.
- twisted.python.monkey.MonkeyPatcher - Cover up attributes with new objects. Neat for monkey-patching things
for
- twisted.python.randbytes.RandomFactory - Factory providing
secureRandom
and insecureRandom
methods.
- twisted.python.reflect.PropertyAccessor - A mixin class for Python 2.2 that uses AccessorType.
- twisted.python.threadable.DummyLock - Hack to allow locks to be unpickled on an unthreaded system.
- twisted.python.usage.CoerceParameter - Utility class that can corce a parameter before storing it.
- twisted.python.util.SubclassableCStringIO - A wrapper around cStringIO to allow for subclassing
- twisted.python.versions._inf - An object that is bigger than all other objects.
- twisted.python.versions.Version - An object that represents a three-part version number.
- twisted.python.win32._ErrorFormatter - Formatter for Windows error messages.
- twisted.python.zipstream._FileEntry - Abstract superclass of both compressed and uncompressed variants
of
- twisted.spread.jelly._DummyNewStyle - (Internal) Dummy class, used for unserializing instances of
new-style
- twisted.trial.reporter._AnsiColorizer - A colorizer is an object that loosely wraps around a stream,
allowing
- twisted.trial.reporter._NullColorizer - See _AnsiColorizer docstring.
- twisted.trial.reporter._Win32Colorizer - See _AnsiColorizer docstring.
- twisted.trial.reporter.SafeStream - Wraps a stream object so that all
write calls are wrapped
in
- twisted.trial.reporter.TestResult - Accumulates the results of several
twisted.trial.unittest.TestCases.
- twisted.trial.runner.DryRunVisitor - A visitor that makes a reporter think that every test visited has
run
- twisted.trial.runner.PyUnitTestCase - DEPRECATED in Twisted 8.0.
- twisted.trial.runner.TestHolder - Placeholder for a
TestCase
inside a reporter. As far as a TestResult
- twisted.trial.runner.TestLoader - I find tests inside function, modules, files -- whatever -- then
return
- twisted.trial.runner.TrialRunner - A specialised runner that the trial front end uses.
- twisted.trial.unittest._Assertions - Replaces many of the built-in TestCase assertions. In general,
these
- twisted.trial.unittest._LogObserver - Observes the Twisted logs and catches any errors.
- twisted.trial.unittest.PyUnitResultAdapter - Wrap a
TestResult from the standard library's
unittest so that it
- twisted.trial.unittest.Todo - Internal object used to mark a
TestCase as
'todo'. Tests marked 'todo'
- twisted.trial.util._Janitor - The guy that cleans up after you.
- twisted.vfs.adapters.ftp._FileToConsumerAdapter - An adapter for writing to a VFS file.
- twisted.vfs.adapters.ftp.FileSystemToIFTPShellAdaptor - Wrap a VFS filesystem to an
ftpIFTPShell interface.
- twisted.vfs.adapters.ftp.FTPReadVFS - Read a file source.
- twisted.vfs.adapters.ftp.FTPWriteVFS - Write to a file source.
- twisted.vfs.backends.inmem._FakeNode - Base class. Don't instantiate directly.
- twisted.web.microdom.Node - Undocumented
- twisted.web2.auth.basic.BasicCredentialFactory - Credential Factory for HTTP Basic Authentication
- twisted.web2.auth.digest.DigestCredentialFactory - Support for RFC2617 HTTP Digest Authentication
- twisted.web2.auth.wrapper.HTTPAuthResource - I wrap a resource to prevent it being accessed unless the
authentication
- twisted.web2.channel.fastcgi.Record - Undocumented
- twisted.web2.channel.http.HTTPChannel - A receiver for HTTP requests. Handles splitting up the connection
- twisted.web2.channel.http.HTTPParser - This class handles the parsing side of HTTP processing. With a
suitable
- twisted.web2.channel.http.StringTransport - I am a StringIO wrapper that conforms for the transport API. I
support
- twisted.web2.client.http.ClientRequest - A class for describing an HTTP request to be sent to the server.
- twisted.web2.client.http.EmptyHTTPClientManager - A dummy HTTPClientManager. It doesn't do any client management, and
is
- twisted.web2.client.http.HTTPClientProtocol - A HTTP 1.1 Client with request pipelining support.
- twisted.web2.compat.OldNevowResourceAdapter - Undocumented
- twisted.web2.compat.OldRequestAdapter - Adapt old requests to new request
- twisted.web2.compat.OldResourceAdapter - Undocumented
- twisted.web2.fileupload._BoundaryWatchingStream - Undocumented
- twisted.web2.fileupload.MultipartMimeStream - No class docstring; 1/6 methods documented
- twisted.web2.http.Request - A HTTP request.
- twisted.web2.http.Response - An object representing an HTTP Response to be sent to the client.
- twisted.web2.http_headers.__RecalcNeeded - Undocumented
- twisted.web2.http_headers.Cookie - Undocumented
- twisted.web2.http_headers.ETag - Undocumented
- twisted.web2.http_headers.HeaderHandler - HeaderHandler manages header generating and parsing functions.
- twisted.web2.http_headers.Headers - This class stores the HTTP headers as both a parsed representation
and
- twisted.web2.http_headers.MimeType - No class docstring; 1/1 class methods, 1/5 methods documented
- twisted.web2.log._LogByteCounter - Undocumented
- twisted.web2.log.BaseCommonAccessLoggingObserver - An abstract Twisted-based logger for creating access logs.