Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c392 cPickle_ErrFormat(PyObject *ErrType, char *stringformat, char *format, ...) in cPickle_ErrFormat() argument
401 if (stringformat && !(retval=PyString_FromString(stringformat))) in cPickle_ErrFormat()