MCPcopy
hub / github.com/Xyntax/POC-T / __setstate__

Method __setstate__

thirdparty/httplib2/__init__.py:1235–1237  ·  view source on GitHub ↗
(self, state)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected