Home
last modified time | relevance | path

Searched refs:_windll_getnode (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Duuid.py562 return _windll_getnode()
567 return _windll_getnode()
593 def _windll_getnode(): function
636 _GETTERS = [_windll_getnode] + _OS_GETTERS
/external/python/cpython2/Lib/
Duuid.py512 def _windll_getnode(): function
525 _NODE_GETTERS_WIN32 = [_windll_getnode, _netbios_getnode, _ipconfig_getnode]
/external/python/cpython2/Lib/test/
Dtest_uuid.py525 node = uuid._windll_getnode()
/external/python/cpython3/Lib/test/
Dtest_uuid.py885 node = self.uuid._windll_getnode()