(self, state)
| 1233 | return state_dict |
| 1234 | |
| 1235 | def __setstate__(self, state): |
| 1236 | self.__dict__.update(state) |
| 1237 | self.connections = {} |
| 1238 | |
| 1239 | def _auth_from_challenge(self, host, request_uri, headers, response, content): |
| 1240 | """A generator that creates Authorization objects |