(zelf: &Py<Self>, vm: &VirtualMachine)
| 216 | impl Representable for PyAsyncGen { |
| 217 | #[inline] |
| 218 | fn repr_str(zelf: &Py<Self>, vm: &VirtualMachine) -> PyResult<String> { |
| 219 | Ok(zelf.inner.repr(zelf.as_object(), zelf.get_id(), vm)) |
| 220 | } |
| 221 | } |
| 222 | |
| 223 | #[pyclass( |