Home
last modified time | relevance | path

Searched refs:ToPyObject (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dmod.rs82 fn set_opt_item<K: ToPyObject, V: ToPyObject>(&self, key: K, value: Option<V>) -> PyResult<()>; in set_opt_item() argument
86 fn set_opt_item<K: ToPyObject, V: ToPyObject>(&self, key: K, value: Option<V>) -> PyResult<()> { in set_opt_item() argument
Dcommon.rs16 use pyo3::{PyObject, Python, ToPyObject};
21 impl ToPyObject for TransportSink {
30 impl ToPyObject for TransportSource {
Dhci.rs29 PyResult, Python, ToPyObject,
144 impl ToPyObject for Address {
185 impl ToPyObject for ErrorCode {
Dlink.rs16 use pyo3::{intern, types::PyModule, PyObject, PyResult, Python, ToPyObject};
34 impl ToPyObject for Link {
Dhost.rs21 use pyo3::{intern, prelude::PyModule, types::PyDict, PyObject, PyResult, Python, ToPyObject};
78 impl ToPyObject for Host {
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/
Dmod.rs47 IntoPy, PyErr, PyObject, PyResult, Python, ToPyObject,
79 impl ToPyObject for DeviceConfiguration {
/aosp_15_r20/external/python/bumble/rust/src/wrapper/drivers/
Drtk.rs18 use pyo3::{intern, types::PyModule, PyObject, PyResult, Python, ToPyObject};