MCPcopy 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
273def clear_aws_session():
274 """Clear AWS Session"""
275 if 'aws' in session:
276 session.pop('aws')
277
278
279def deploy_on_rds(data):

Callers 2

clear_cloud_sessionFunction · 0.90
get_regionsFunction · 0.85

Calls 1

popMethod · 0.80

Tested by

no test coverage detected