Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ post_handshake_auth
Method
post_handshake_auth
crates/stdlib/src/openssl.rs:1027–1029 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1025
1026
#[pygetset]
1027
fn post_handshake_auth(&self) -> bool {
1028
*self.post_handshake_auth.lock()
1029
}
1030
#[pygetset(setter)]
1031
fn set_post_handshake_auth(
1032
&self,
Callers
nothing calls this directly
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected