(self, _vm: &VirtualMachine)
| 116 | impl ToPyObject for PyIter<PyObjectRef> { |
| 117 | #[inline(always)] |
| 118 | fn to_pyobject(self, _vm: &VirtualMachine) -> PyObjectRef { |
| 119 | self.into() |
| 120 | } |
| 121 | } |
| 122 | |
| 123 | impl TryFromObject for PyIter<PyObjectRef> { |
no outgoing calls
no test coverage detected