Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c789 PyString_Size(register PyObject *op) in PyString_Size() function
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c758 #define PyString_Size(str) PyBytes_Size(str) macro