Searched defs:is_numpy_scalar (Results 1 – 2 of 2) sorted by relevance
26 bool is_numpy_scalar(PyObject* obj) { in is_numpy_scalar() function373 bool is_numpy_scalar(PyObject* obj) { in is_numpy_scalar() function
1704 bool is_numpy_scalar = PyArray_CheckScalar(obj); in asarray() local