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

Method __call__

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

Source from the content-addressed store, hash-verified

297 self._call = func
298
299 def __call__(self, obj, /):
300 return self._call(obj)
301
302 def __repr__(self):
303 return '%s.%s(%s)' % (self.__class__.__module__,

Callers

nothing calls this directly

Calls 1

_callMethod · 0.45

Tested by

no test coverage detected