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

Method __exit__

web/regression/python_test_utils/test_utils.py:1193–1195  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

1191 return self.connection, self.name
1192
1193 def __exit__(self, type, value, traceback):
1194 self.connection.close()
1195 drop_database(self.maintenance_connection, self.name)
1196
1197
1198def get_timezone_without_dst(connection):

Callers

nothing calls this directly

Calls 2

drop_databaseFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected