MCPcopy Index your code
hub / github.com/RustPython/RustPython / reset_retry_count

Method reset_retry_count

Lib/urllib/request.py:1070–1071  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1068 self.last_nonce = None
1069
1070 def reset_retry_count(self):
1071 self.retried = 0
1072
1073 def http_error_auth_reqed(self, auth_header, host, req, headers):
1074 authreq = headers.get(auth_header, None)

Callers 2

http_error_401Method · 0.80
http_error_407Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected