Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc75 #define PyString_FromString PyUnicode_FromString macro
/external/python/cpython2/Objects/
Dstringobject.c115 PyString_FromString(const char *str) in PyString_FromString() function