Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
165
class
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_session
Method · 0.45
open_session
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
Calls
no outgoing calls
Tested by
7
runTest
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