Searched refs:uuid5 (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_uuid.py | 636 for u, v in [(self.uuid.uuid5(self.uuid.NAMESPACE_DNS, 'python.org'), 638 (self.uuid.uuid5(self.uuid.NAMESPACE_URL, 'http://python.org/'), 640 (self.uuid.uuid5(self.uuid.NAMESPACE_OID, '1.3.6.1'), 642 (self.uuid.uuid5(self.uuid.NAMESPACE_X500, 'c=ca'),
|
/third_party/python/Lib/ |
H A D | uuid.py | 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5 28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org') 725 def uuid5(namespace, name): function 731 # The following standard UUIDs are for use with uuid3() or uuid5().
|
Completed in 4 milliseconds