Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
class
BadDescr:
242
def
__get__(self, obj, objtype=None):
243
raise
ValueError
244
245
class
MathTests(unittest.TestCase):
246
Callers
4
TestBadCeil
Class · 0.85
TestBadFloor
Class · 0.85
BadFloat
Class · 0.85
TestBadTrunc
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected