MCPcopy Index your code
hub / github.com/RustPython/RustPython / db_handle

Method db_handle

crates/stdlib/src/_sqlite3.rs:3354–3356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3352 }
3353
3354 fn db_handle(self) -> *mut sqlite3 {
3355 unsafe { sqlite3_context_db_handle(self.ctx) }
3356 }
3357
3358 fn result_from_object(self, val: &PyObject, vm: &VirtualMachine) -> PyResult<()> {
3359 unsafe {

Callers 2

func_callbackMethod · 0.80
call_method_with_argsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected