Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ get
Method
get
web/pgadmin/utils/__init__.py:936–939 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
934
935
@login_required
936
def
get(self):
937
user = self.users.get(current_user.id, None)
938
if
user is not None:
939
return
user.get(
'key'
, None)
940
941
@login_required
942
def
set(self, _key, _new_login=True):
Callers
15
check_and_download_vnc_browser_image
Function · 0.45
get_file_from_url
Function · 0.45
download_and_extract
Function · 0.45
format_email_html
Function · 0.45
format_markdown
Function · 0.45
format_html
Function · 0.45
release_converter.py
File · 0.45
pingServer
Function · 0.45
startDesktopMode
Function · 0.45
launchPgAdminWindow
Function · 0.45
notifyUpdateInstalled
Function · 0.45
pgadmin.js
File · 0.45
Calls
no outgoing calls
Tested by
15
runTest
Method · 0.36
runTest
Method · 0.36
runTest
Method · 0.36
get_server
Method · 0.36
testServerGroupsForServerMode
Method · 0.36
testServerGroupsForDesktopMode
Method · 0.36
runTest
Method · 0.36
runTest
Method · 0.36
runTest
Method · 0.36
runTest
Method · 0.36
runTest
Method · 0.36
runTest
Method · 0.36