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

Method __del__

bindings/python/graphlite/graphlite.py:362–364  ·  view source on GitHub ↗

Destructor

(self)

Source from the content-addressed store, hash-verified

360 return False
361
362 def __del__(self):
363 """Destructor"""
364 self.close()
365
366 @staticmethod
367 def version() -> str:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected