(self)
| 87 | self.state = self.parse_stream_start |
| 88 | |
| 89 | def dispose(self): |
| 90 | # Reset the state attributes (to clear self-references) |
| 91 | self.states = [] |
| 92 | self.state = None |
| 93 | |
| 94 | def check_event(self, *choices): |
| 95 | # Check the type of the next event. |
no outgoing calls
no test coverage detected