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

Method __init__

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

Source from the content-addressed store, hash-verified

877class HTTPPasswordMgrWithPriorAuth(HTTPPasswordMgrWithDefaultRealm):
878
879 def __init__(self):
880 self.authenticated = {}
881 super().__init__()
882
883 def add_password(self, realm, uri, user, passwd, is_authenticated=False):
884 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