MCPcopy 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_callbackFunction · 0.45
_msg_callbackFunction · 0.45
post_handshake_authMethod · 0.45
sni_callbackMethod · 0.45
set_sni_callbackMethod · 0.45
msg_callbackMethod · 0.45
set_msg_callbackMethod · 0.45
new_py_ssl_socketMethod · 0.45
_wrap_socketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected