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

Method get_info

crates/stdlib/src/openssl/cert.rs:103–105  ·  view source on GitHub ↗
(&self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

101
102 #[pymethod]
103 fn get_info(&self, vm: &VirtualMachine) -> PyResult {
104 cert_to_dict(vm, &self.cert)
105 }
106 }
107
108 impl Comparable for PySSLCertificate {

Callers

nothing calls this directly

Calls 1

cert_to_dictFunction · 0.70

Tested by

no test coverage detected