MCPcopy 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
182class Float(float):
183 pass
184
185
186assert "1" == json.dumps(Int(1))

Callers 1

stdlib_json.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected