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

Method __init__

Lib/urllib/request.py:881–883  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

879class HTTPPasswordMgrWithPriorAuth(HTTPPasswordMgrWithDefaultRealm):
880
881 def __init__(self):
882 self.authenticated = {}
883 super().__init__()
884
885 def add_password(self, realm, uri, user, passwd, is_authenticated=False):
886 self.update_authenticated(uri, is_authenticated)

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected