Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_abc_number.py
File
stdlib_abc_number.py
extra_tests/snippets/stdlib_abc_number.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
testutils
import
assert_raises
2
3
x = 5
4
x.__init__(6)
Callers
nothing calls this directly
Calls
15
assert_raises
Function · 0.90
round
Function · 0.85
A
Class · 0.70
eval
Function · 0.50
__init__
Method · 0.45
__index__
Method · 0.45
__trunc__
Method · 0.45
__ceil__
Method · 0.45
__floor__
Method · 0.45
__round__
Method · 0.45
__bool__
Method · 0.45
__invert__
Method · 0.45
Tested by
no test coverage detected