Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ busy_timeout
Method
busy_timeout
crates/stdlib/src/_sqlite3.rs:2963–2965 ·
view source on GitHub ↗
(self, timeout: i32)
Source
from the content-addressed store, hash-verified
2961
}
2962
2963
fn busy_timeout(self, timeout: i32) {
2964
unsafe { sqlite3_busy_timeout(self.db, timeout) };
2965
}
2966
2967
#[allow(clippy::too_many_arguments)]
2968
fn create_function(
Callers
1
initialize_db
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected