Home
last modified time | relevance | path

Searched refs:_has_uuid_generate_time_safe (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Duuid.py583 _has_uuid_generate_time_safe = _uuid.has_uuid_generate_time_safe
588 _has_uuid_generate_time_safe = None variable
/third_party/python/Lib/test/
H A Dtest_uuid.py533 if not self.uuid._has_uuid_generate_time_safe:
584 with mock.patch.object(self.uuid, '_has_uuid_generate_time_safe', False), \
593 with mock.patch.object(self.uuid, '_has_uuid_generate_time_safe', False), \

Completed in 3 milliseconds