MCPcopy 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

get_file_from_urlFunction · 0.45
download_and_extractFunction · 0.45
format_email_htmlFunction · 0.45
format_markdownFunction · 0.45
format_htmlFunction · 0.45
pingServerFunction · 0.45
startDesktopModeFunction · 0.45
launchPgAdminWindowFunction · 0.45
notifyUpdateInstalledFunction · 0.45
pgadmin.jsFile · 0.45

Calls

no outgoing calls

Tested by 15

runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
get_serverMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36