Searched refs:isfinal (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/clinic/ |
D | pyexpat.c.h | 18 PyObject *data, int isfinal); 27 int isfinal = 0; in pyexpat_xmlparser_Parse() local 30 &data, &isfinal)) { in pyexpat_xmlparser_Parse() 33 return_value = pyexpat_xmlparser_Parse_impl(self, cls, data, isfinal); in pyexpat_xmlparser_Parse()
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | pgen.py | 44 if state.isfinal: 224 print(" State", i, state.isfinal and "(final)" or "") 354 self.isfinal = final in nfaset 371 if self.isfinal != other.isfinal:
|
/third_party/python/Modules/ |
D | pyexpat.c | 723 PyObject *data, int isfinal) in pyexpat_xmlparser_Parse_impl() argument 756 rc = XML_Parse(self->itself, s, (int)slen, isfinal); in pyexpat_xmlparser_Parse_impl()
|
/third_party/python/Doc/library/ |
D | pyexpat.rst | 127 .. method:: xmlparser.Parse(data[, isfinal]) 130 functions to process the parsed data. *isfinal* must be true on the final call
|