Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c8831 unicode_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in unicode_new() function
8858 tmp = (PyUnicodeObject *)unicode_new(&PyUnicode_Type, args, kwds); in unicode_subtype_new()
8929 unicode_new, /* tp_new */