Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ hex
Method
hex
Lib/uuid.py:399–400 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
397
398
@property
399
def
hex(self):
400
return
self.bytes.hex()
401
402
@property
403
def
urn(self):
Callers
1
token_hex
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected