Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Duuid.py617 _OS_GETTERS = [_ip_getnode, _ifconfig_getnode] variable
619 _OS_GETTERS = [_ifconfig_getnode, _arp_getnode, _netstat_getnode] variable
622 _OS_GETTERS = [] variable
624 _OS_GETTERS = [_netstat_getnode] variable
626 _OS_GETTERS = [_ifconfig_getnode, _ip_getnode, _arp_getnode, variable