Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ F
Class
F
extra_tests/snippets/builtin_int.py:297–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
296
297
class
F(float):
298
def
__int__(self):
299
return
3
300
301
302
assert int(F(1.2)) == 3
Callers
1
builtin_int.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected