Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c101 static PyUnicodeObject *unicode_empty = NULL; variable
/external/python/cpython3/Objects/
Dunicodeobject.c223 static PyObject *unicode_empty = NULL; variable