Class Hierarchy
- _iocp.iocpcore
- AssertionError
- AttributeError
- 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
- Exception
- Fault
- Frame
- gnome.Canvas
- gnome.CanvasGroup
- gtk.GtkText
- gtk.GtkWindow
- gtk.Widget
- IOError
- javax.swing.table.DefaultTableModel
- KeyError
- NotImplementedError
- object
- 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.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.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.ReactorBase - Default base class for Reactors.
- twisted.internet.defer.DeferredQueue - An event driven queue.
- twisted.internet.iocpreactor.abstract.ConnectedSocket - Undocumented
- twisted.internet.iocpreactor.client.SocketConnector - Undocumented
- twisted.internet.iocpreactor.process.Process - A process that integrates with the Twisted event loop.
- twisted.internet.iocpreactor.process_waiter.ProcessWaiter - Waiter
- twisted.internet.iocpreactor.server.ListeningPort - No class docstring; 1/12 methods documented
- twisted.internet.iocpreactor.udp.Port - Undocumented
- twisted.internet.ssl.CertificateOptions - A factory for SSL context objects for both SSL servers and
clients.
- 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.names.dns.DNSMixin - DNS protocol mixin shared by UDP and TCP implementations.
- 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_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.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.python.compat.attrgetter - Undocumented
- twisted.python.compat.tsafe - No class docstring; 1/1 classes documented
- 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.reflect.PropertyAccessor - A mixin class for Python 2.2 that uses AccessorType.
- 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.Version - An object that represents a three-part version number.
- 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 2.6.
- 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.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.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.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.dav.element.base.PCDATAElement - Undocumented
- twisted.web2.dav.element.base.WebDAVElement - WebDAV XML element. (RFC 2518, section 12)
- twisted.web2.dav.element.base.WebDAVEmptyElement - WebDAV element with no contents.
- twisted.web2.dav.element.rfc2518.AllProperties - Specifies that all property names and values on the resource are
- twisted.web2.dav.element.rfc2518.Collection - Identifies the associated resource as a collection. (RFC 2518, section
12.2)
- twisted.web2.dav.element.rfc2518.Exclusive - Indicates an exclusive lock. (RFC 2518, section 12.7.1)
- twisted.web2.dav.element.rfc2518.Omit - Instructs the server that it should use best effort to copy
properties. (RFC
- twisted.web2.dav.element.rfc2518.PropertyName - Specifies that only a list of property names on the resource are
- twisted.web2.dav.element.rfc2518.Shared - Indicates a shared lock. (RFC 2518, section 12.7.2)
- twisted.web2.dav.element.rfc2518.Write - Indicates a write lock. (RFC 2518, section 12.8.1)
- twisted.web2.dav.element.rfc3744.All - Aggregate privilege that contains the entire set of privileges that
can be
- twisted.web2.dav.element.rfc3744.Authenticated - Principal which matches authenticated users. (RFC 3744, section
5.5.1)
- twisted.web2.dav.element.rfc3744.Bind - Privilege which allows a method to add a new member URL from the a
- twisted.web2.dav.element.rfc3744.DenyBeforeGrant - Indicates that all deny ACEs must precede all grant ACEs. (RFC 3744,
section
- twisted.web2.dav.element.rfc3744.GrantOnly - Indicates that ACEs with deny clauses are not allowed. (RFC 3744,
section
- twisted.web2.dav.element.rfc3744.Invert - Principal which matches a user if the user does not match the
principal
- twisted.web2.dav.element.rfc3744.NoInvert - Indicates that ACEs with the DAV:invert element are not allowed. (RFC
3744,
- twisted.web2.dav.element.rfc3744.Protected - Identifies an ACE as protected. (RFC 3744, section 5.5.3)
- twisted.web2.dav.element.rfc3744.Read - Privilege which controls methods that return information about the
state
- twisted.web2.dav.element.rfc3744.ReadACL - Privilege which controls the use of the PROPFIND method to retrieve
the
- twisted.web2.dav.element.rfc3744.ReadCurrentUserPrivilegeSet - Privilege which controls the use of the PROPFIND method to retrieve
the
- twisted.web2.dav.element.rfc3744.Self - Principal which matches a user if a resource is a principal and the
user
- twisted.web2.dav.element.rfc3744.Unauthenticated - Principal which matches unauthenticated users. (RFC 3744, section
5.5.1)
- twisted.web2.dav.element.rfc3744.Unbind - Privilege which allows a method to remove a member URL from the a
collection
- twisted.web2.dav.element.rfc3744.Unlock - Privilege which controls the use of the UNLOCK method by a principal
other
- twisted.web2.dav.element.rfc3744.WriteACL - Privilege which controls the use of the ACL method to modify the
DAV:acl
- twisted.web2.dav.element.rfc3744.WriteContent - Privilege which controls methods that modify the content of an
existing
- twisted.web2.dav.element.rfc3744.WriteProperties - Privilege which controls methods that modify the dead properties of
a
- twisted.web2.dav.element.base.WebDAVOneShotElement - Element with exactly one WebDAVEmptyElement child and no
attributes.
- twisted.web2.dav.element.base.WebDAVTextElement - WebDAV element containing PCDATA.
- twisted.web2.dav.element.base.WebDAVUnknownElement - Placeholder for unknown element tag names.
- twisted.web2.dav.element.rfc2518.ActiveLock - Describes a lock on a resource. (RFC 2518, section 12.1)
- twisted.web2.dav.element.rfc2518.KeepAlive - Specifies requirements for the copying/moving or live properties. (RFC
2518,
- twisted.web2.dav.element.rfc2518.Link - Identifies the property as a link and contains the source and
- twisted.web2.dav.element.rfc2518.LockDiscovery - Describes the active locks on a resource. (RFC 2518, section 13.8)
- twisted.web2.dav.element.rfc2518.LockEntry - Defines the types of lock that can be used with the
- twisted.web2.dav.element.rfc2518.LockInfo - Used with a LOCK method to specify the type of lock that the
- twisted.web2.dav.element.rfc2518.LockToken - The lock token associated with a lock. (RFC 2518, section 12.1.2)
- twisted.web2.dav.element.rfc2518.MultiStatus - Contains multiple Responses. (RFC 2518, section 12.9)
- twisted.web2.dav.element.rfc2518.Owner - Property which provides information about the principal taking out a
lock.
- twisted.web2.dav.element.rfc2518.PropertyBehavior - Specifies how properties are handled during a COPY or MOVE. (RFC
2518,
- twisted.web2.dav.element.rfc2518.PropertyContainer - Contains properties related to a resource. (RFC 2518, section
12.11)
- twisted.web2.dav.element.rfc2518.PropertyFind - Specifies the properties to be returned from a PROPFIND
- twisted.web2.dav.element.rfc2518.PropertyStatus - Groups together a Property and Status element that is associated
- twisted.web2.dav.element.rfc2518.PropertyUpdate - Contains a request to alter the properties on a resource. (RFC 2518,
section
- twisted.web2.dav.element.rfc2518.Remove - Lists the DAV properties to be removed from a resource. (RFC 2518,
section
- twisted.web2.dav.element.rfc2518.ResourceType - Specifies the nature of the resource. (RFC 2518, section 13.9)
- twisted.web2.dav.element.rfc2518.Response - Holds a single response describing the effect of a method on a
- twisted.web2.dav.element.rfc2518.Set - Lists the DAV properties to be set for a resource. (RFC 2518,
section
- twisted.web2.dav.element.rfc2518.Source - The destination of the source link identifies the resource that
- twisted.web2.dav.element.rfc2518.SupportedLock - Provides a listing of the lock capabilities supported by the
- twisted.web2.dav.element.rfc3253.Error - Specifies an error condition. (RFC 3253, section 1.6)
- twisted.web2.dav.element.rfc3253.ExpandProperty - Report which provides a mechanism for retrieving in one request
the
- twisted.web2.dav.element.rfc3253.Property - Identifies a property by name. (RFC 3253, section 3.8)
- twisted.web2.dav.element.rfc3253.Report - A report. (RFC 3253, section 3.1.5)
- twisted.web2.dav.element.rfc3253.SupportedLiveProperty - Property which identifies a live property that is supported by a
resource. A
- twisted.web2.dav.element.rfc3253.SupportedLivePropertySet - Property which identifies the live properties that are supported by
a
- twisted.web2.dav.element.rfc3253.SupportedMethod - Property which identifies a method that is supported by a resource. A
method
- twisted.web2.dav.element.rfc3253.SupportedMethodSet - Property which identifies the methods that are supported by a
resource. (RFC
- twisted.web2.dav.element.rfc3253.SupportedReport - Identifies a report that is supported by the resource. (RFC 3253,
section
- twisted.web2.dav.element.rfc3253.SupportedReportSet - Property which identifies the reports that are supported by the
resource.
- twisted.web2.dav.element.rfc3744.Abstract - Identifies a privilege as abstract. (RFC 3744, section 5.3)
- twisted.web2.dav.element.rfc3744.ACE - Specifies the list of access control entries which define what
privileges
- twisted.web2.dav.element.rfc3744.ACL - Property which specifies the list of access control entries which
define
- twisted.web2.dav.element.rfc3744.ACLPrincipalPropSet - Report which returns, for all principals in the DAV:acl property (of
the
- twisted.web2.dav.element.rfc3744.ACLRestrictions - Property which defines the types of ACLs supported by this server, to
avoid
- twisted.web2.dav.element.rfc3744.AlternateURISet - Property which contains the URIs of network resources with
additional
- twisted.web2.dav.element.rfc3744.CurrentUserPrivilegeSet - Property which contains the exact set of privileges (as computer by
the
- twisted.web2.dav.element.rfc3744.Deny - Denies the contained privileges to a principal. (RFC 3744, section
5.5.2)
- twisted.web2.dav.element.rfc3744.Grant - Grants the contained privileges to a principal. (RFC 3744, section
5.5.2)
- twisted.web2.dav.element.rfc3744.Group - Property which identifies a particular principal as being the
group
- twisted.web2.dav.element.rfc3744.GroupMemberSet - Property which identifies the principals that are direct members of a
group
- twisted.web2.dav.element.rfc3744.GroupMembership - Property which identifies the group principals in which a principal
is
- twisted.web2.dav.element.rfc3744.Inherited - Indicates that an ACE is inherited from the resource indentified by
the
- twisted.web2.dav.element.rfc3744.InheritedACLSet - Property which contains a set of URLs that identify other resources
that
- twisted.web2.dav.element.rfc3744.NeedPrivileges - Error which indicates insufficient privileges. (RFC 3744, section
7.1.1)
- twisted.web2.dav.element.rfc3744.Principal - Indicates a principal resource type. (RFC 3744, section 4)
- twisted.web2.dav.element.rfc3744.PrincipalCollectionSet - Property which contains a set of URLs that identify the root
collections
- twisted.web2.dav.element.rfc3744.PrincipalMatch - Report used to identify all members (at any depth) of the
collection
- twisted.web2.dav.element.rfc3744.PrincipalProperty - Identifies a property. (RFC 3744, section 9.3)
- twisted.web2.dav.element.rfc3744.PrincipalPropertySearch - Report which performs a search for all principals whose properties
contain
- twisted.web2.dav.element.rfc3744.PrincipalSearchProperty - Contains exactly one searchable property, and a description of the
property.
- twisted.web2.dav.element.rfc3744.PrincipalSearchPropertySet - Report which identifies those properties that may be searched using
the
- twisted.web2.dav.element.rfc3744.PrincipalURL - Property which contains the URL that must be used to identify this
principal
- twisted.web2.dav.element.rfc3744.Privilege - Identifies a privilege. (RFC 3744, sections 5.3 and 5.5.1)
- twisted.web2.dav.element.rfc3744.PropertySearch - Contains a DAV:prop element enumerating the properties to be searched
and a
- twisted.web2.dav.element.rfc3744.RequiredPrincipal - Indicates which principals must have an ACE defined in an ACL. (RFC
3744,
- twisted.web2.dav.element.rfc3744.Resource - Identifies which resource had insufficient privileges. (RFC 3744,
section
- twisted.web2.dav.element.rfc3744.SupportedPrivilege - Identifies a privilege defined for a resource. (RFC 3744, section
5.3)
- twisted.web2.dav.element.rfc3744.SupportedPrivilegeSet - Property which identifies the privileges defined for a resource. (RFC
3744,
- twisted.web2.dav.element.parser.WebDAVDocument - WebDAV XML document.
- twisted.web2.dav.http.PropertyStatusResponseQueue - Stores a list of propstat elements for use in a
Response
- twisted.web2.dav.http.ResponseQueue - Stores a list of (typically error) responses for use in a
- twisted.web2.dav.noneprops.NonePropertyStore - DAV property store which contains no properties and does not allow
- twisted.web2.dav.xattrprops.xattrPropertyStore - This implementation uses Bob Ippolito's xattr package, available
from:
- 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.Cookie - Undocumented
- twisted.web2.http_headers.ETag - Undocumented
- twisted.web2.http_headers.HeaderHandler - HeaderHandler manages header generating and parsing functions.