Home
last modified time | relevance | path

Searched defs:PyAny (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dmod.rs51 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()