MCPcopy Index your code
hub / github.com/python/cpython / TestDigestAuthHandler

Class TestDigestAuthHandler

Lib/test/test_urllib2.py:1682–1686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1680 self.recorded.append(info)
1681
1682 class TestDigestAuthHandler(urllib.request.HTTPDigestAuthHandler):
1683 def http_error_401(self, *args, **kwds):
1684 self.parent.record("digest")
1685 urllib.request.HTTPDigestAuthHandler.http_error_401(self,
1686 *args, **kwds)
1687
1688 class TestBasicAuthHandler(urllib.request.HTTPBasicAuthHandler):
1689 def http_error_401(self, *args, **kwds):

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…