Home
last modified time | relevance | path

Searched refs:_ip_getnode (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Duuid.py521 def _ip_getnode(): function
630 _OS_GETTERS = [_ip_getnode, _ifconfig_getnode]
639 _OS_GETTERS = [_ifconfig_getnode, _ip_getnode, _arp_getnode,
/third_party/python/Lib/test/
H A Dtest_uuid.py840 @unittest.skipUnless(_uuid._ip_getnode in _uuid._GETTERS,
843 node = self.uuid._ip_getnode()

Completed in 3 milliseconds