Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ TestBadTrunc
Class
TestBadTrunc
Lib/test/test_math.py:1956–1957 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1954
class
TestNoTrunc:
1955
pass
1956
class
TestBadTrunc:
1957
__trunc__ = BadDescr()
1958
1959
self.assertEqual(math.trunc(TestTrunc()), 23)
1960
self.assertEqual(math.trunc(FloatTrunc()), 23)
Callers
1
test_trunc
Method · 0.85
Calls
1
BadDescr
Class · 0.85
Tested by
1
test_trunc
Method · 0.68