MCPcopy Index your code
hub / github.com/RustPython/RustPython / BadDescr

Class BadDescr

Lib/test/test_math.py:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 return self.value
240
241class BadDescr:
242 def __get__(self, obj, objtype=None):
243 raise ValueError
244
245class MathTests(unittest.TestCase):
246

Callers 4

TestBadCeilClass · 0.85
TestBadFloorClass · 0.85
BadFloatClass · 0.85
TestBadTruncClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected