Home
last modified time | relevance | path

Searched refs:_netbios_getnode (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Duuid.py425 def _netbios_getnode(): function
525 _NODE_GETTERS_WIN32 = [_windll_getnode, _netbios_getnode, _ipconfig_getnode]
/external/python/cpython3/Lib/
Duuid.py515 def _netbios_getnode(): function
678 _NODE_GETTERS_WIN32 = [_windll_getnode, _netbios_getnode, _ipconfig_getnode]
/external/python/cpython2/Lib/test/
Dtest_uuid.py502 node = uuid._netbios_getnode()
/external/python/cpython3/Lib/test/
Dtest_uuid.py720 node = self.uuid._netbios_getnode()
/external/python/cpython3/Misc/
DHISTORY4897 - Issue #16102: Make uuid._netbios_getnode() work again on Python 3.