Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ BadFloat
Class
BadFloat
Lib/test/test_math.py:1034–1035 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1032
dist([1], 2)
1033
1034
class
BadFloat:
1035
__float__ = BadDescr()
1036
1037
with
self.assertRaises(ValueError):
1038
dist([1], [BadFloat()])
Callers
1
testDist
Method · 0.70
Calls
1
BadDescr
Class · 0.85
Tested by
1
testDist
Method · 0.56