![]() | the sleepy snakeindex :: uuid :: UuidGen :: uuid_md5 | |
method uuid_md5(nsuuid, name)Generates a new md5 hashed UUID The UUID is based upon a namespace UUID and a name sample code: gen = UuidGen()
print gen.uuid_md5('{6ba7b814-9dad-11d1-80b4-00c04fd430c8}', 'myLocalName')
>> '{...}'
| ||