MCPcopy 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_strtodMethod · 0.45
test_hexMethod · 0.45
test_extending3Method · 0.45
test_memoryview_hexMethod · 0.45
verifyMethod · 0.45
test_with_fallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected