Searched refs:_uuid (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_uuid.py | 15 py_uuid = import_helper.import_fresh_module('uuid', blocked=['_uuid']) 16 c_uuid = import_helper.import_fresh_module('uuid', fresh=['_uuid']) 681 @unittest.skipUnless(c_uuid, 'requires the C _uuid module') 687 _uuid = py_uuid variable in BaseTestInternals 834 @unittest.skipUnless(_uuid._ifconfig_getnode in _uuid._GETTERS, 840 @unittest.skipUnless(_uuid._ip_getnode in _uuid._GETTERS, 846 @unittest.skipUnless(_uuid._arp_getnode in _uuid [all...] |
/third_party/python/Lib/ |
H A D | uuid.py | 580 import _uuid namespace 581 _generate_time_safe = getattr(_uuid, "generate_time_safe", None) 582 _UuidCreate = getattr(_uuid, "UuidCreate", None) 583 _has_uuid_generate_time_safe = _uuid.has_uuid_generate_time_safe 585 _uuid = None variable 596 """Get the hardware address on Unix using the _uuid extension module.""" 602 """Get the hardware address on Windows using the _uuid extension module.""" 628 # @unittest.skipUnless(_uuid._ifconfig_getnode in _uuid._GETTERS, ...)
|
Completed in 4 milliseconds