Searched defs:PyTuple_GET_SIZE (Results 1 – 1 of 1) sorted by relevance
21 static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) { in PyTuple_GET_SIZE() function25 #define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op)) macro