Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Float
Class
Float
extra_tests/snippets/stdlib_json.py:182–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
182
class
Float(float):
183
pass
184
185
186
assert
"1"
== json.dumps(Int(1))
Callers
1
stdlib_json.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected