Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ clear_google_session
Function
clear_google_session
web/pgadmin/misc/cloud/google/__init__.py:358–361 ·
view source on GitHub ↗
Clear Google Session
()
Source
from the content-addressed store, hash-verified
356
357
358
def
clear_google_session():
359
""
"Clear Google Session"
""
360
if
'google'
in session:
361
session.pop(
'google'
)
362
363
364
class
Google:
Callers
1
clear_cloud_session
Function · 0.90
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected