Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ TestRound
Class
TestRound
Lib/test/test_builtin.py:1913–1915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1911
1912
# test generic rounding delegation for reals
1913
class
TestRound:
1914
def
__round__(self):
1915
return
23
1916
1917
class
TestNoRound:
1918
pass
Callers
1
test_round
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_round
Method · 0.68