Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ __int__
Method
__int__
Lib/test/test_capi/test_getargs.py:90–91 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
89
class
Int:
90
def
__int__(self):
91
return
99
92
93
class
IntSubclass(int):
94
def
__int__(self):
Callers
3
test_mock_calls
Method · 0.45
test_magic_methods_mock_calls
Method · 0.45
test_call_list
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected