Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dtupleobject.h21 static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) { in PyTuple_GET_SIZE() function
25 #define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op)) macro