Home
last modified time | relevance | path

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

/external/python/bumble/rust/src/wrapper/
Dcommon.rs22 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
31 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
Dhci.rs70 fn into_py(self, _py: Python<'_>) -> PyObject { in into_py()
145 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
174 fn into_py(self, py: Python<'_>) -> PyObject { in into_py()
186 fn to_object(&self, py: Python<'_>) -> PyObject { in to_object()
Dlink.rs35 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
Dhost.rs79 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
Dgatt_client.rs60 pub async fn read_value(&self) -> PyResult<PyObject> { in read_value()
Dmod.rs73 impl PyObjectExt for PyObject { implementation
/external/python/cpython3/Include/
Dpytypedefs.h18 typedef struct _object PyObject; typedef
/external/python/cpython3/Misc/
Dcoverity_model.c26 typedef struct {} PyObject; typedef
/external/python/bumble/rust/src/wrapper/device/
Dmod.rs80 fn to_object(&self, _py: Python<'_>) -> PyObject { in to_object()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.cc464 void PyBuffer_bf_releasebuffer(PyObject*, Py_buffer* buffer) { in PyBuffer_bf_releasebuffer() argument
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c300 typedef void PyObject; typedef
/external/python/cpython2/Include/
Dobject.h108 } PyObject; typedef
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc382 Py_hash_t HashImpl(Py_hash_t (*hash_double)(PyObject*, double), PyObject* self, in HashImpl()
/external/python/cpython3/Objects/
Dtypeobject.c7404 SLOT1(slot_mp_subscript, __getitem__, PyObject *) in SLOT1() argument
7541 SLOT1(slot_nb_inplace_lshift, __ilshift__, PyObject *) in SLOT1() argument