MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / __init__

Method __init__

web/pgadmin/utils/__init__.py:931–933  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

929
930class KeyManager:
931 def __init__(self):
932 self.users = dict()
933 self.lock = Lock()
934
935 @login_required
936 def get(self):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected