Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c8183 formatlong(PyObject *val, int flags, int prec, int type) in formatlong() function
8659 temp = formatlong(iobj, flags, prec, c); in PyUnicode_Format()