Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c115 PyString_FromString(const char *str) in PyString_FromString() function
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c754 #define PyString_FromString(x) PyUnicode_FromString(x) macro