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

Method new_session

web/pgadmin/utils/session.py:166–168  ·  view source on GitHub ↗

Create a new session

(self)

Source from the content-addressed store, hash-verified

164
165class SessionManager():
166 def new_session(self):
167 'Create a new session'
168 raise NotImplementedError
169
170 def exists(self, sid):
171 'Does the given session-id exist?'

Callers 9

new_sessionMethod · 0.45
open_sessionMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45

Calls

no outgoing calls

Tested by 7

runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36