Public Member Functions | Private Attributes
multi_interface_roam.ipaddr.IPv4Address Class Reference
Inheritance diagram for multi_interface_roam.ipaddr.IPv4Address:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__

Private Attributes

 _ip

Detailed Description

Represent and manipulate single IPv4 Addresses.

Definition at line 1110 of file ipaddr.py.


Constructor & Destructor Documentation

def multi_interface_roam.ipaddr.IPv4Address.__init__ (   self,
  address 
)
Args:
    address: A string or integer representing the IP
      '192.168.1.1'

      Additionally, an integer can be passed, so
      IPv4Address('192.168.1.1') == IPv4Address(3232235777).
      or, more generally
      IPv4Address(int(IPv4Address('192.168.1.1'))) ==
IPv4Address('192.168.1.1')

Raises:
    AddressValueError: If ipaddr isn't a valid IPv4 address.

Reimplemented from multi_interface_roam.ipaddr._BaseIP.

Definition at line 1114 of file ipaddr.py.


Member Data Documentation

Reimplemented from multi_interface_roam.ipaddr._BaseIP.

Definition at line 1128 of file ipaddr.py.


The documentation for this class was generated from the following file:


multi_interface_roam
Author(s): Blaise Gassend
autogenerated on Thu Apr 24 2014 15:34:18