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

Method set_default_verify_paths

crates/stdlib/src/ssl.rs:1582–1585  ·  view source on GitHub ↗
(&self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1580
1581 #[pymethod]
1582 fn set_default_verify_paths(&self, vm: &VirtualMachine) -> PyResult<()> {
1583 // Just call load_default_certs
1584 self.load_default_certs(OptionalArg::Missing, vm)
1585 }
1586
1587 #[pymethod]
1588 fn cert_store_stats(&self, vm: &VirtualMachine) -> PyResult<PyObjectRef> {

Callers 2

load_default_certsMethod · 0.45

Calls 1

load_default_certsMethod · 0.45

Tested by 1