Home
last modified time | relevance | path

Searched refs:dtype_converter (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-tinyarray/tinyarray-1.2.4/src/
H A Dfunctions.cc18 int dtype_converter(const PyObject *ob, Dtype *dtype) in dtype_converter() function
112 if (!PyArg_ParseTuple(args, "O|O&", &pyshape, dtype_converter, &dtype)) in filled()
167 if (!PyArg_ParseTuple(args, "l|O&", &n, dtype_converter, &dtype)) in identity()
186 if (!PyArg_ParseTuple(args, "O|O&", &src, dtype_converter, &dtype)) in array()
201 if (!PyArg_ParseTuple(args, "O|O&", &src, dtype_converter, &dtype)) in matrix()