MCPcopy 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
89class Int:
90 def __int__(self):
91 return 99
92
93class IntSubclass(int):
94 def __int__(self):

Callers 3

test_mock_callsMethod · 0.45
test_call_listMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected