Module t.i.abstract

Part of twisted.internet View Source

Support for generic select()able objects.

Maintainer: Itamar Shtull-Trauring

Class FileDescriptor An object which can be operated on by select().
Function isIPAddress Determine whether the given string represents an IPv4 address.
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 2009-11-24 22:07:21.