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

Method __call__

Lib/idlelib/rpc.py:606–608  ·  view source on GitHub ↗
(self, /, *args, **kwargs)

Source from the content-addressed store, hash-verified

604 self.name = name
605
606 def __call__(self, /, *args, **kwargs):
607 value = self.sockio.remotecall(self.oid, self.name, args, kwargs)
608 return value
609
610
611# XXX KBK 09Sep03 We need a proper unit test for this module. Previously

Callers

nothing calls this directly

Calls 1

remotecallMethod · 0.80

Tested by

no test coverage detected