(&self, _vm: &VirtualMachine)
| 844 | type Owned = PyObjectRef; |
| 845 | #[inline(always)] |
| 846 | fn _to_owned(&self, _vm: &VirtualMachine) -> Self::Owned { |
| 847 | self.to_owned() |
| 848 | } |
| 849 | |
| 850 | #[inline(always)] |
| 851 | fn key_hash(&self, vm: &VirtualMachine) -> PyResult<HashValue> { |
no test coverage detected