Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dclass.h47 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/
Dcoverity_model.c26 typedef struct {} PyObject; typedef
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.cc308 void PjRtBufferReleaseBuffer(PyObject*, Py_buffer* buffer) { in PjRtBufferReleaseBuffer() argument
/external/python/cpython3/Include/
Dobject.h109 } PyObject; typedef
/external/python/pybind11/tests/
Dtest_class.cpp230 auto f = [](PyObject *, PyObject *args) -> PyObject * { in TEST_SUBMODULE() argument
/external/python/cpython3/Python/
Dpylifecycle.c2356 void _Py_PyAtExit(void (*func)(PyObject *), PyObject *module) in _Py_PyAtExit()
Dceval.c5058 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() argument
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c307 typedef void PyObject; typedef
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c300 typedef void PyObject; typedef
/external/python/cpython2/Include/
Dobject.h108 } PyObject; typedef
/external/python/pybind11/include/pybind11/
Dpytypes.h1208 capsule(const void *value, void (*destruct)(PyObject *)) in capsule()