Home
last modified time | relevance | path

Searched refs:DocumentEndEvent (Results 1 - 7 of 7) sorted by relevance

/third_party/PyYAML/lib/yaml/
H A Devents.py54 class DocumentEndEvent(Event): class
H A Dserializer.py55 self.emit(DocumentEndEvent(explicit=self.use_explicit_end))
H A Demitter.py138 elif isinstance(event, (DocumentEndEvent, CollectionEndEvent)):
215 if isinstance(self.event, DocumentEndEvent):
223 raise EmitterError("expected DocumentEndEvent, but got %s"
H A Dparser.py200 event = DocumentEndEvent(start_mark, end_mark,
/third_party/PyYAML/tests/lib/
H A Dtest_structure.py45 yaml.DocumentStartEvent, yaml.DocumentEndEvent
H A Dcanonical.py238 self.events.append(yaml.DocumentEndEvent(None, None))
/third_party/PyYAML/yaml/
H A D_yaml.pyx49 DocumentEndEvent = yaml.events.DocumentEndEvent variable
553 return DocumentEndEvent(start_mark, end_mark, explicit)
1024 elif event_class is DocumentEndEvent:

Completed in 6 milliseconds