Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set_text_factory
Method
set_text_factory
crates/stdlib/src/_sqlite3.rs:1560–1562 ·
view source on GitHub ↗
(&self, val: PyObjectRef)
Source
from the content-addressed store, hash-verified
1558
}
1559
#[pygetset(setter)]
1560
fn set_text_factory(&self, val: PyObjectRef) {
1561
let _ = unsafe { self.text_factory.swap(val) };
1562
}
1563
1564
#[pygetset]
1565
fn row_factory(&self) -> Option<PyObjectRef> {
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected