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

Method __call__

Lib/test/test_urllib2.py:326–327  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

324 self.action = action
325
326 def __call__(self, *args):
327 return self.handle(self.meth_name, self.action, *args)
328
329
330class MockHTTPResponse(io.IOBase):

Callers

nothing calls this directly

Calls 1

handleMethod · 0.45

Tested by

no test coverage detected