
Public Member Functions | |
| def | __init__ |
| def | is_link_local |
| def | is_loopback |
| def | is_multicast |
| def | is_private |
| def | is_reserved |
| def | is_unspecified |
| def | max_prefixlen |
| def | packed |
| def | version |
Private Member Functions | |
| def | _explode_shorthand_ip_string |
| def | _ip_int_from_string |
| def | _is_valid_ip |
| def | _string_from_ip_int |
Private Attributes | |
| _max_prefixlen | |
| _version | |
Static Private Attributes | |
| tuple | _ALL_ONES = (2**32) |
Base IPv4 object. The following methods are used by IPv4 objects in both single IP addresses and networks.
| def multi_interface_roam.ipaddr._BaseV4.__init__ | ( | self, | |
| address | |||
| ) |
Reimplemented in multi_interface_roam.ipaddr.IPv4Address.
| def multi_interface_roam.ipaddr._BaseV4._explode_shorthand_ip_string | ( | self, | |
ip_str = None |
|||
| ) | [private] |
| def multi_interface_roam.ipaddr._BaseV4._ip_int_from_string | ( | self, | |
| ip_str | |||
| ) | [private] |
| def multi_interface_roam.ipaddr._BaseV4._is_valid_ip | ( | self, | |
| address | |||
| ) | [private] |
| def multi_interface_roam.ipaddr._BaseV4._string_from_ip_int | ( | self, | |
| ip_int | |||
| ) | [private] |
| def multi_interface_roam.ipaddr._BaseV4.is_loopback | ( | self | ) |
| def multi_interface_roam.ipaddr._BaseV4.is_multicast | ( | self | ) |
| def multi_interface_roam.ipaddr._BaseV4.is_private | ( | self | ) |
| def multi_interface_roam.ipaddr._BaseV4.is_reserved | ( | self | ) |
| def multi_interface_roam.ipaddr._BaseV4.packed | ( | self | ) |
| def multi_interface_roam.ipaddr._BaseV4.version | ( | self | ) |
tuple multi_interface_roam::ipaddr._BaseV4::_ALL_ONES = (2**32) [static, private] |