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

/ec/ECSpooler/lib/util/
H A DQueueItem.py31 oid = str(uuid.uuid1())
99 # oid = uuid.uuid1()
H A Duuid.py4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
7 If all you want is a unique ID, you should probably call uuid1() or uuid4().
8 Note that uuid1() may compromise privacy since it creates a UUID containing
16 >>> uuid.uuid1()
414 def uuid1(node=None, clock_seq=None): function

Completed in 26 milliseconds