Home
last modified time | relevance | path

Searched refs:SequenceEndEvent (Results 1 - 8 of 8) sorted by relevance

/third_party/PyYAML/lib/yaml/
H A Dparser.py395 event = SequenceEndEvent(token.start_mark, token.end_mark)
413 event = SequenceEndEvent(token.start_mark, token.start_mark)
497 event = SequenceEndEvent(token.start_mark, token.end_mark)
H A Devents.py78 class SequenceEndEvent(CollectionEndEvent): class
H A Dcomposer.py110 while not self.check_event(SequenceEndEvent):
H A Dserializer.py100 self.emit(SequenceEndEvent())
H A Demitter.py281 if isinstance(self.event, SequenceEndEvent):
293 if isinstance(self.event, SequenceEndEvent):
377 if not first and isinstance(self.event, SequenceEndEvent):
424 and isinstance(self.events[0], SequenceEndEvent))
/third_party/PyYAML/tests/lib/
H A Dtest_structure.py15 while not loader.check_event(yaml.SequenceEndEvent):
H A Dcanonical.py272 self.events.append(yaml.SequenceEndEvent(None, None))
/third_party/PyYAML/yaml/
H A D_yaml.pyx53 SequenceEndEvent = yaml.events.SequenceEndEvent variable
621 return SequenceEndEvent(start_mark, end_mark)
1133 elif event_class is SequenceEndEvent:

Completed in 7 milliseconds