Home
last modified time | relevance | path

Searched defs:_OS_GETTERS (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Duuid.py622 _OS_GETTERS = [_ip_getnode, _ifconfig_getnode] variable
624 _OS_GETTERS = [_ifconfig_getnode, _arp_getnode, _netstat_getnode] variable
627 _OS_GETTERS = [] variable
629 _OS_GETTERS = [_netstat_getnode] variable
631 _OS_GETTERS = [_ifconfig_getnode, _ip_getnode, _arp_getnode, variable