Searched defs:PyObject (Results 1 – 11 of 11) 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/tensorflow/tensorflow/compiler/xla/python/ |
D | py_buffer.cc | 308 void PjRtBufferReleaseBuffer(PyObject*, Py_buffer* buffer) { in PjRtBufferReleaseBuffer() argument
|
/external/python/cpython3/Include/ |
D | object.h | 109 } PyObject; typedef
|
/external/python/pybind11/tests/ |
D | test_class.cpp | 230 auto f = [](PyObject *, PyObject *args) -> PyObject * { in TEST_SUBMODULE() argument
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 2356 void _Py_PyAtExit(void (*func)(PyObject *), PyObject *module) in _Py_PyAtExit()
|
D | ceval.c | 5058 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() argument
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 307 typedef void PyObject; typedef
|
/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()
|