Home
last modified time | relevance | path

Searched defs:PyString_Format (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dstringobject.c4243 PyString_Format(PyObject *format, PyObject *args) in PyString_Format() function
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx759 #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args) macro