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

Method get_entity_digest

Lib/urllib/request.py:1194–1196  ·  view source on GitHub ↗
(self, data, chal)

Source from the content-addressed store, hash-verified

1192 return H, KD
1193
1194 def get_entity_digest(self, data, chal):
1195 # XXX not implemented yet
1196 return None
1197
1198
1199class HTTPDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler):

Callers 1

get_authorizationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected