Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ hex
Method
hex
Lib/test/test_enum.py:2587–2588 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2585
return
self.name
2586
class
Color(Shade):
2587
def
hex(self):
2588
return
'%s hexlified!'
% self.value
2589
class
MoreColor(Color):
2590
cyan = 4
2591
magenta = 5
Callers
15
pipe
Function · 0.45
check_strtod
Method · 0.45
test_floatenum_fromhex
Method · 0.45
test_extending3
Method · 0.45
test_memoryview_hex
Method · 0.45
test_memoryview_hex_separator
Method · 0.45
verify
Method · 0.45
test_with_fallback
Method · 0.45
test_guaranteed_stable
Method · 0.45
test_bug_27706
Method · 0.45
test_bug_31482
Method · 0.45
test_randbytes_256M
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected