Home
last modified time | relevance | path

Searched refs:doc_str (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dtypeobject.c2665 const char *doc_str; in type_new() local
2668 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()