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

Method reset

Lib/test/test_urllib2.py:508–510  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

506 self.reset()
507
508 def reset(self):
509 self._count = 0
510 self.requests = []
511
512 def http_open(self, req):
513 import email, copy

Callers 2

__init__Method · 0.95
_test_basic_authMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected