Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dsetobject.h64 static inline Py_ssize_t PySet_GET_SIZE(PyObject *so) { in PySet_GET_SIZE() function
71 #define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so)) macro