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.


Member Function 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 1136 of file ipaddr.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Properties Friends Defines


multi_interface_roam
Author(s): Blaise Gassend
autogenerated on Fri Jan 11 09:52:35 2013