Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dbytesobject.h43 static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) { in PyBytes_GET_SIZE() function
48 # define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self)) macro