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

Class BadDescr

Lib/test/test_math.py:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208class BadDescr:
209 def __get__(self, obj, objtype=None):
210 raise ValueError
211
212class MathTests(unittest.TestCase):
213

Callers 4

TestBadCeilClass · 0.70
TestBadFloorClass · 0.70
BadFloatClass · 0.70
TestBadTruncClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…