MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / close

Method close

sdk-python/src/graphlite_sdk/connection.py:76–79  ·  view source on GitHub ↗

Close the database connection

(self)

Source from the content-addressed store, hash-verified

74 raise SessionError(f"Failed to create session: {e}")
75
76 def close(self):
77 """Close the database connection"""
78 if self._db:
79 self._db.close()
80
81
82class Session:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected