Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c2025 _unicode_to_string(PyObject *slots, Py_ssize_t nslots) in _unicode_to_string() function
2228 tmp = _unicode_to_string(slots, nslots); in type_new()