twisted :: internet :: address :: IPv4Address :: Class IPv4Address
[hide private]

Class IPv4Address

                  object --+    
                           |    
python.util.FancyEqMixin --+    
                           |    
                  _IPAddress --+
                               |
                              IPv4Address

An IPv4Address represents the address of an IPv4 socket endpoint.

Instance Methods [hide private]
 
__init__(self, type, host, port, _bwHack=None)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from _IPAddress: __hash__, __provides__, __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from python.util.FancyEqMixin: __eq__, __ne__, __providedBy__

Class Variables [hide private]

Inherited from _IPAddress: __implemented__, compareAttributes

Instance Variables [hide private]
str host
A string containing the presentation format of the IP address; for example, "127.0.0.1" or "::1".

Inherited from _IPAddress: port, type

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, type, host, port, _bwHack=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)