Searched refs:doc_str (Results 1 – 1 of 1) sorted by relevance
2665 const char *doc_str; in type_new() local2668 doc_str = PyUnicode_AsUTF8(doc); in type_new()2669 if (doc_str == NULL) in type_new()2672 len = strlen(doc_str); in type_new()2678 memcpy(tp_doc, doc_str, len + 1); in type_new()