Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dtupleobject.h22 static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) { in PyTuple_GET_SIZE() function
27 # define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op)) macro