Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
208
class
BadDescr:
209
def
__get__(self, obj, objtype=None):
210
raise
ValueError
211
212
class
MathTests(unittest.TestCase):
213
Callers
4
TestBadCeil
Class · 0.70
TestBadFloor
Class · 0.70
BadFloat
Class · 0.70
TestBadTrunc
Class · 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…