(&self, vm: &VirtualMachine)
| 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 { |
nothing calls this directly
no test coverage detected