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

Method error

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

Source from the content-addressed store, hash-verified

278 self.req, self.data, self.timeout = req, data, timeout
279
280 def error(self, proto, *args):
281 self.proto, self.args = proto, args
282
283
284class MockFile:

Callers 15

handleMethod · 0.45
http_openMethod · 0.45
test_flatMethod · 0.45
test_nested_explicitMethod · 0.45
test_nested_inheritedMethod · 0.45
test_config0_okMethod · 0.45
test_config1_okMethod · 0.45
test_config7_okMethod · 0.45
test_outputMethod · 0.45
test_noserverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected