MCPcopy Index your code
hub / github.com/tanelpoder/0xtools / __exit__

Method __exit__

xtop/core/data_source.py:283–285  ·  view source on GitHub ↗

Context manager cleanup

(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

281 return self
282
283 def __exit__(self, exc_type, exc_val, exc_tb):
284 """Context manager cleanup"""
285 self.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected