Searched refs:unicode_new (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 8827 unicode_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in unicode_new() function 8854 tmp = (PyUnicodeObject *)unicode_new(&PyUnicode_Type, args, kwds); in unicode_subtype_new() 8925 unicode_new, /* tp_new */
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 15006 unicode_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in unicode_new() function 15037 unicode = unicode_new(&PyUnicode_Type, args, kwds); in unicode_subtype_new() 15180 unicode_new, /* tp_new */
|