Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3695 string_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in string_new() function
3716 tmp = string_new(&PyString_Type, args, kwds); in str_subtype_new()
3850 string_new, /* tp_new */