twisted.internet.address.IPv4Address(_IPAddress)
class documentationtwisted.internet.address
View Source
(View In Hierarchy)
Known subclasses: twisted.internet.address._ServerFactoryIPv4Address
An IPv4Address
represents the address of an IPv4 socket endpoint.
Instance Variable | host | A string containing a dotted-quad IPv4 address; for example,
"127.0.0.1". (type: str ) |
Method | __init__ | Undocumented |
Inherited from FancyEqMixin (via _IPAddress):
Method | __eq__ | Undocumented |
Method | __ne__ | Undocumented |
Inherited from FancyEqMixin (via _IPAddress):
Method | __eq__ | Undocumented |
Method | __ne__ | Undocumented |