Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Duuid.py574 _UuidCreate = getattr(_uuid, "UuidCreate", None) variable
579 _UuidCreate = None variable
/external/python/cpython2/Lib/
Duuid.py501 _UuidCreate = getattr(lib, 'UuidCreateSequential', variable