MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / __exit__

Method __exit__

python/src/llm/config.rs:398–406  ·  view source on GitHub ↗
(
        &self,
        _exc_type: Option<PyObject>,
        _exc_val: Option<PyObject>,
        _exc_tb: Option<PyObject>,
    )

Source from the content-addressed store, hash-verified

396 /// Returns False to not suppress any exceptions.
397 #[pyo3(signature = (_exc_type=None, _exc_val=None, _exc_tb=None))]
398 fn __exit__(
399 &self,
400 _exc_type: Option<PyObject>,
401 _exc_val: Option<PyObject>,
402 _exc_tb: Option<PyObject>,
403 ) -> bool {
404 self.cleanup();
405 false
406 }
407}

Callers 1

chatbot.pyFile · 0.80

Calls 1

cleanupMethod · 0.80

Tested by

no test coverage detected