TODO: to be replaced by the commented-out dict method above once dictoffset land
(&self)
| 248 | |
| 249 | // TODO: to be replaced by the commented-out dict method above once dictoffset land |
| 250 | pub fn dict(&self) -> PyDictRef { |
| 251 | self.as_object().dict().unwrap() |
| 252 | } |
| 253 | |
| 254 | // TODO: should be on PyModule, not Py<PyModule> |
| 255 | pub(crate) fn init_dict( |
no test coverage detected