MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / remove

Method remove

web/pgadmin/utils/session.py:226–230  ·  view source on GitHub ↗
(self, sid)

Source from the content-addressed store, hash-verified

224 return session
225
226 def remove(self, sid):
227 with sess_lock:
228 self.parent.remove(sid)
229 if sid in self._cache:
230 del self._cache[sid]
231
232 def exists(self, sid):
233 with sess_lock:

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected