Home
last modified time | relevance | path

Searched defs:PyByteArray_GET_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Include/cpython/
H A Dbytearrayobject.h32 static inline Py_ssize_t PyByteArray_GET_SIZE(PyObject *op) { in PyByteArray_GET_SIZE() function
37 # define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self)) macro

Completed in 1 milliseconds