Lines Matching refs:UUID
69 class UUID: class
225 if isinstance(other, UUID):
233 if isinstance(other, UUID):
238 if isinstance(other, UUID):
243 if isinstance(other, UUID):
248 if isinstance(other, UUID):
650 return UUID(bytes=uuid_time).node
658 return UUID(bytes=bytes_(_buffer.raw)).node
727 return UUID(bytes=uuid_time, is_safe=is_safe)
748 return UUID(fields=(time_low, time_mid, time_hi_version,
755 return UUID(bytes=hash[:16], version=3)
759 return UUID(bytes=os.urandom(16), version=4)
765 return UUID(bytes=hash[:16], version=5)
769 NAMESPACE_DNS = UUID('6ba7b810-9dad-11d1-80b4-00c04fd430c8')
770 NAMESPACE_URL = UUID('6ba7b811-9dad-11d1-80b4-00c04fd430c8')
771 NAMESPACE_OID = UUID('6ba7b812-9dad-11d1-80b4-00c04fd430c8')
772 NAMESPACE_X500 = UUID('6ba7b814-9dad-11d1-80b4-00c04fd430c8')