MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / exists

Method exists

web/pgadmin/utils/session.py:170–172  ·  view source on GitHub ↗

Does the given session-id exist?

(self, sid)

Source from the content-addressed store, hash-verified

168 raise NotImplementedError
169
170 def exists(self, sid):
171 'Does the given session-id exist?'
172 raise NotImplementedError
173
174 def remove(self, sid):
175 'Remove the session'

Callers 15

_find_chrome_executableFunction · 0.45
load_sourceFunction · 0.45
setup_pip.pyFile · 0.45
run_migration_for_sqliteFunction · 0.45
run_migration_for_sqliteFunction · 0.45
evaluate_config.pyFile · 0.45
start_processFunction · 0.45
get_expected_sqlMethod · 0.45
restore_backupMethod · 0.45
get_sql_folderMethod · 0.45
runTestMethod · 0.45
load_serversFunction · 0.45

Calls

no outgoing calls

Tested by 15

get_expected_sqlMethod · 0.36
restore_backupMethod · 0.36
get_sql_folderMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36