(self)
| 1070 | self.last_nonce = None |
| 1071 | |
| 1072 | def reset_retry_count(self): |
| 1073 | self.retried = 0 |
| 1074 | |
| 1075 | def http_error_auth_reqed(self, auth_header, host, req, headers): |
| 1076 | authreq = headers.get(auth_header, None) |
no outgoing calls
no test coverage detected