Home | History | Annotate | Download | only in Modules

Lines Matching refs:format_arg

712     PyObject *format_arg;
723 if (!PyArg_ParseTuple(args, "U|O:strftime", &format_arg, &tup))
755 format = PyUnicode_AsWideCharString(format_arg, NULL);
761 format = PyUnicode_EncodeLocale(format_arg, "surrogateescape");