Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ lock
Method
lock
crates/stdlib/src/_sqlite3.rs:2780–2782 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2778
}
2779
2780
fn lock(&self) -> PyMutexGuard<'_, SqliteStatement> {
2781
self.st.lock()
2782
}
2783
}
2784
2785
struct Sqlite {
Callers
15
_servername_callback
Function · 0.45
_msg_callback
Function · 0.45
post_handshake_auth
Method · 0.45
set_post_handshake_auth
Method · 0.45
set_psk_client_callback
Method · 0.45
set_psk_server_callback
Method · 0.45
sni_callback
Method · 0.45
set_sni_callback
Method · 0.45
msg_callback
Method · 0.45
set_msg_callback
Method · 0.45
new_py_ssl_socket
Method · 0.45
_wrap_socket
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected