Home
last modified time | relevance | path

Searched refs:into_py (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dhci.rs70 fn into_py(self, _py: Python<'_>) -> PyObject { in into_py() method
174 fn into_py(self, py: Python<'_>) -> PyObject { in into_py() method
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/
Dmod.rs451 kwargs.set_item("server", boxed.into_py(py))?; in register_l2cap_channel_server()