Lines Matching refs:format
93 fields = "({})".format(fields)
94 return "{}{}".format(name, fields)
99 sep = "\n{}| ".format(" " * (len(name) + 1))
103 return "{} = {}".format(name, types)
517 format = "PyErr_Format(PyExc_TypeError, \"%s\", obj);"
518 self.emit(format % error, 1, reflow=False)
639 format = "PyErr_SetString(PyExc_TypeError, \"%s\");"
640 self.emit(format % message, depth+1, reflow=False)
1360 "PyList_SET_ITEM(value, i, ast2obj_{0}(state, ({0}_ty)asdl_seq_GET({1}, i)));".format(
1657 auto_gen_msg = AUTOGEN_MESSAGE.format("/".join(Path(__file__).parts[-2:]))