MCPcopy Index your code
hub / github.com/RustPython/RustPython / ctx

Method ctx

crates/stdlib/src/openssl.rs:1022–1024  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1020 self.ctx.write()
1021 }
1022 fn ctx(&self) -> PyMappedRwLockReadGuard<'_, ssl::SslContextRef> {
1023 PyRwLockReadGuard::map(self.ctx.read(), builder_as_ctx)
1024 }
1025
1026 #[pygetset]
1027 fn post_handshake_auth(&self) -> bool {

Callers 15

security_levelMethod · 0.45
get_ciphersMethod · 0.45
verify_modeMethod · 0.45
verify_flagsMethod · 0.45
set_verify_flagsMethod · 0.45
minimum_versionMethod · 0.45
maximum_versionMethod · 0.45
num_ticketsMethod · 0.45
get_ca_certsMethod · 0.45
cert_store_statsMethod · 0.45
session_statsMethod · 0.45
set_sni_callbackMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected