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

/ec/ECSpooler/lib/util/
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 387 milliseconds