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

Method __exit__

bindings/python/graphlite/graphlite.py:357–360  ·  view source on GitHub ↗

Context manager exit

(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

355 return self
356
357 def __exit__(self, exc_type, exc_val, exc_tb):
358 """Context manager exit"""
359 self.close()
360 return False
361
362 def __del__(self):
363 """Destructor"""

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected