Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ clear_aws_session
Function
clear_aws_session
web/pgadmin/misc/cloud/rds/__init__.py:273–276 ·
view source on GitHub ↗
Clear AWS Session
()
Source
from the content-addressed store, hash-verified
271
272
273
def
clear_aws_session():
274
""
"Clear AWS Session"
""
275
if
'aws'
in session:
276
session.pop(
'aws'
)
277
278
279
def
deploy_on_rds(data):
Callers
2
clear_cloud_session
Function · 0.90
get_regions
Function · 0.85
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected