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

Method check_hostname

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

Source from the content-addressed store, hash-verified

1224 }
1225 #[pygetset]
1226 fn check_hostname(&self) -> bool {
1227 self.check_hostname.load()
1228 }
1229 #[pygetset(setter)]
1230 fn set_check_hostname(&self, ch: bool) {
1231 let mut ctx = self.builder();

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected