Home
last modified time | relevance | path

Searched defs:PyUnicode_Format (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h188 # define PyUnicode_Format PyUnicodeUCS2_Format macro
275 # define PyUnicode_Format PyUnicodeUCS4_Format macro
/external/python/cpython2/Objects/
Dunicodeobject.c8353 PyObject *PyUnicode_Format(PyObject *format, in PyUnicode_Format() function
/external/python/cpython3/Objects/
Dunicodeobject.c14920 PyUnicode_Format(PyObject *format, PyObject *args) in PyUnicode_Format() function