Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ msg_callback
Method
msg_callback
crates/stdlib/src/openssl.rs:1788–1790 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1786
1787
#[pygetset(name =
"_msg_callback"
)]
1788
fn msg_callback(&self) -> Option<PyObjectRef> {
1789
self.msg_callback.lock().clone()
1790
}
1791
1792
#[pygetset(setter, name =
"_msg_callback"
)]
1793
fn set_msg_callback(
Callers
nothing calls this directly
Calls
2
clone
Method · 0.45
lock
Method · 0.45
Tested by
no test coverage detected