Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dnumpy.h51 struct PyArrayDescr_Proxy { struct
53 PyObject *typeobj;
54 char kind;
55 char type;
56 char byteorder;
80 PyArrayDescr_Proxy *descr; argument