Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __call__
Method
__call__
Lib/test/test_descr.py:4351–4352 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4349
class
A:
4350
x =
'hello'
4351
def
__call__(self):
4352
return
123
4353
def
__getitem__(self, index):
4354
return
None
4355
Callers
1
test_keyword_arguments
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected