MCPcopy Index your code
hub / github.com/python/cpython / FloatTrunc

Class FloatTrunc

Lib/test/test_math.py:1971–1973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1969 def __trunc__(self):
1970 return 23
1971 class FloatTrunc(float):
1972 def __trunc__(self):
1973 return 23
1974 class TestNoTrunc:
1975 pass
1976 class TestBadTrunc:

Callers 1

test_truncMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_truncMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…