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

Method set_row_factory

crates/stdlib/src/_sqlite3.rs:1569–1571  ·  view source on GitHub ↗
(&self, val: Option<PyObjectRef>)

Source from the content-addressed store, hash-verified

1567 }
1568 #[pygetset(setter)]
1569 fn set_row_factory(&self, val: Option<PyObjectRef>) {
1570 let _ = unsafe { self.row_factory.swap(val) };
1571 }
1572
1573 fn check_thread(&self, vm: &VirtualMachine) -> PyResult<()> {
1574 if self.check_same_thread.load(Ordering::Relaxed) {

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected