Searched defs:PyObject (Results 1 – 10 of 10) sorted by relevance
| /external/python/pybind11/include/pybind11/detail/ |
| D | class.h | 47 extern "C" inline PyObject *pybind11_static_get(PyObject *self, PyObject * /*ob*/, PyObject *cls) { in pybind11_static_get() argument 348 extern "C" inline PyObject *pybind11_object_new(PyTypeObject *type, PyObject *, PyObject *) { in pybind11_object_new() argument 355 extern "C" inline int pybind11_object_init(PyObject *self, PyObject *, PyObject *) { in pybind11_object_init() argument 580 extern "C" inline void pybind11_releasebuffer(PyObject *, Py_buffer *view) { in pybind11_releasebuffer() argument
|
| /external/python/cpython3/Misc/ |
| D | coverity_model.c | 26 typedef struct {} PyObject; typedef
|
| /external/python/cpython3/Include/ |
| D | object.h | 109 } PyObject; typedef
|
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | py_buffer.cc | 464 void PyBuffer_bf_releasebuffer(PyObject*, Py_buffer* buffer) { in PyBuffer_bf_releasebuffer() argument
|
| /external/python/pybind11/tests/ |
| D | test_class.cpp | 230 auto f = [](PyObject *, PyObject *args) -> PyObject * { in TEST_SUBMODULE() argument
|
| /external/python/cpython2/PC/bdist_wininst/ |
| D | install.c | 300 typedef void PyObject; typedef
|
| /external/python/cpython2/Include/ |
| D | object.h | 108 } PyObject; typedef
|
| /external/python/pybind11/include/pybind11/ |
| D | pytypes.h | 1208 capsule(const void *value, void (*destruct)(PyObject *)) in capsule()
|
| /external/tensorflow/tensorflow/python/lib/core/ |
| D | bfloat16.cc | 382 Py_hash_t HashImpl(Py_hash_t (*hash_double)(PyObject*, double), PyObject* self, in HashImpl()
|
| /external/python/cpython3/Python/ |
| D | ceval.c | 5849 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() argument
|