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

/ec/ECSpooler/lib/util/
H A Duuid.py1 r"""UUID objects (universally unique identifiers) according to RFC 4122.
3 This module provides immutable UUID objects (class UUID) and the functions
8 Note that uuid1() may compromise privacy since it creates a UUID containing
9 the computer's network address. uuid4() creates a random UUID.
15 # make a UUID based on the host ID and current time
17 UUID('a8098c1a-f86e-11da-bd1a-00112444be1e')
19 # make a UUID using an MD5 hash of a namespace UUID and a name
21 UUID('
56 class UUID(object): class in inherits:object
[all...]

Completed in 8 milliseconds