close()
Signal the parser that the data stream is terminated. Unlike XMLParser.close()
, this method always returns None
. Any events not yet retrieved when the parser is closed can still be read with read_events()
.
close()
Signal the parser that the data stream is terminated. Unlike XMLParser.close()
, this method always returns None
. Any events not yet retrieved when the parser is closed can still be read with read_events()
.
Please login to continue.