Home
last modified time | relevance | path

Searched refs:wrap_python_async (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dcontroller.rs20 wrap_python_async, PyDictExt,
59 wrap_python_async(py, controller_ctr)? in new()
Dhost.rs19 wrap_python_async,
47 wrap_python_async(py, host_ctr)? in new()
Dmod.rs130 pub(crate) fn wrap_python_async<'a>(py: Python<'a>, function: &'a PyAny) -> PyResult<&'a PyAny> { in wrap_python_async() function