t.i.abstract : module documentation

Part of twisted.internet View Source

Support for generic select()able objects.
Class FileDescriptor An object which can be operated on by select().
Function isIPAddress Determine whether the given string represents an IPv4 address.
Class _ConsumerMixin IConsumer implementations can mix this in to get registerProducer and unregisterProducer methods which take care of keeping track of a producer's state.
Class _LogOwner Mixin to help implement interfaces.ILoggingContext for transports which have a protocol, the log prefix of which should also appear in the transport's log prefix.
def isIPAddress(addr): (source)
Determine whether the given string represents an IPv4 address.
ParametersaddrA string which may or may not be the decimal dotted representation of an IPv4 address. (type: str )
ReturnsTrue if addr represents an IPv4 address, False otherwise. (type: bool )
API Documentation for Twisted, generated by pydoctor at 2011-11-17 13:59:56.