Home
last modified time | relevance | path

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

/third_party/python/Lib/
Duuid.py574 _UuidCreate = getattr(_uuid, "UuidCreate", None) variable
579 _UuidCreate = None variable
595 if _UuidCreate:
596 uuid_bytes = _UuidCreate()