Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ hex
Method
hex
Lib/test/test_enum.py:2557–2558 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2555
return
self.name
2556
class
Color(Shade):
2557
def
hex(self):
2558
return
'%s hexlified!'
% self.value
2559
class
MoreColor(Color):
2560
cyan = 4
2561
magenta = 5
Callers
15
check_strtod
Method · 0.45
test_hex
Method · 0.45
test_hex_separator_basics
Method · 0.45
test_hex_separator_five_bytes
Method · 0.45
test_hex_separator_six_bytes
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
Calls
no outgoing calls
Tested by
no test coverage detected