Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ TestNoTrunc
Class
TestNoTrunc
Lib/test/test_math.py:1974–1975 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1972
def
__trunc__(self):
1973
return
23
1974
class
TestNoTrunc:
1975
pass
1976
class
TestBadTrunc:
1977
__trunc__ = BadDescr()
1978
Callers
1
test_trunc
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_trunc
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…