Home | History | Annotate | Download | only in Objects

Lines Matching refs:fmtstr

14052     PyObject *fmtstr;
14465 key = PyUnicode_Substring(ctx->fmtstr,
14932 ctx.fmtstr = format;
14933 ctx.fmtdata = PyUnicode_DATA(ctx.fmtstr);
14934 ctx.fmtkind = PyUnicode_KIND(ctx.fmtstr);
14935 ctx.fmtcnt = PyUnicode_GET_LENGTH(ctx.fmtstr);
14972 if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr,