Searched defs:PyAny (Results 1 – 1 of 1) sorted by relevance
51 fn gil_ref<'py>(&'py self, py: Python<'py>) -> &'py PyAny; in gil_ref()74 fn gil_ref<'py>(&'py self, py: Python<'py>) -> &'py PyAny { in gil_ref()123 ) -> PyResult<Py<PyAny>> { in __call__()130 pub(crate) fn wrap_python_async<'a>(py: Python<'a>, function: &'a PyAny) -> PyResult<&'a PyAny> { in wrap_python_async()