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

List of all members.

Public Member Functions

def __init__

Private Attributes

 _ip

Detailed Description

Represent and manipulate single IPv6 Addresses.

Definition at line 1692 of file ipaddr.py.


Constructor & Destructor Documentation

def multi_interface_roam.ipaddr.IPv6Address.__init__ (   self,
  address 
)
Instantiate a new IPv6 address object.

Args:
    address: A string or integer representing the IP

      Additionally, an integer can be passed, so
      IPv6Address('2001:4860::') ==
IPv6Address(42541956101370907050197289607612071936L).
      or, more generally
      IPv6Address(IPv6Address('2001:4860::')._ip) ==
IPv6Address('2001:4860::')

Raises:
    AddressValueError: If address isn't a valid IPv6 address.

Reimplemented from multi_interface_roam.ipaddr._BaseIP.

Definition at line 1697 of file ipaddr.py.


Member Data Documentation

Reimplemented from multi_interface_roam.ipaddr._BaseIP.

Definition at line 1712 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