MCPcopy 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_hexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected