Home
last modified time | relevance | path

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

/third_party/pyyaml/yaml/
D_yaml.h6 #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") macro
/third_party/python/Objects/
Dunicodeobject.c2273 PyUnicode_FromString(const char *u) in PyUnicode_FromString() function