HomeSort by relevance Sort by last modified time
    Searched defs:PyUnicode_Type (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 350 PyObject_INIT(unicode, &PyUnicode_Type);
354 unicode = PyObject_New(PyUnicodeObject, &PyUnicode_Type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 337 PyObject_INIT(unicode, &PyUnicode_Type);
341 unicode = PyObject_New(PyUnicodeObject, &PyUnicode_Type);
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 350 (void)PyObject_INIT(unicode, &PyUnicode_Type);
354 unicode = PyObject_New(PyUnicodeObject, &PyUnicode_Type);
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 52 class str "PyUnicodeObject *" "&PyUnicode_Type"
    [all...]

Completed in 125 milliseconds