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

Function shutdown

python/src/lib.rs:320–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318/// It's primarily intended for testing and should not be called in normal usage.
319#[pyfunction]
320fn shutdown() -> PyResult<()> {
321 info!("Shutting down GraphBit Python bindings");
322 runtime::shutdown_runtime();
323 Ok(())
324}
325
326/// Get allocator information with runtime verification
327///

Callers 9

setup_methodMethod · 0.85
teardown_methodMethod · 0.85
teardown_methodMethod · 0.85
test_shutdown_cleanupMethod · 0.85
teardown_methodMethod · 0.85

Calls 1

shutdown_runtimeFunction · 0.85

Tested by 9

setup_methodMethod · 0.68
teardown_methodMethod · 0.68
teardown_methodMethod · 0.68
test_shutdown_cleanupMethod · 0.68
teardown_methodMethod · 0.68