MCPcopy Index your code
hub / github.com/python/cpython / __call__

Method __call__

Lib/operator.py:268–269  ·  view source on GitHub ↗
(self, obj, /)

Source from the content-addressed store, hash-verified

266 self._call = func
267
268 def __call__(self, obj, /):
269 return self._call(obj)
270
271 def __repr__(self):
272 return '%s.%s(%s)' % (self.__class__.__module__,

Callers

nothing calls this directly

Calls 1

_callMethod · 0.45

Tested by

no test coverage detected