Home
last modified time | relevance | path

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

/third_party/PyYAML/lib/yaml/
H A Devents.py45 class DocumentStartEvent(Event): class
H A Dserializer.py51 self.emit(DocumentStartEvent(explicit=self.use_explicit_start,
H A Demitter.py124 if isinstance(event, DocumentStartEvent):
136 if isinstance(event, (DocumentStartEvent, CollectionStartEvent)):
179 if isinstance(self.event, DocumentStartEvent):
211 raise EmitterError("expected DocumentStartEvent, but got %s"
431 if not isinstance(self.event, DocumentStartEvent) or not self.events:
H A Dparser.py147 event = DocumentStartEvent(start_mark, end_mark,
177 event = DocumentStartEvent(start_mark, end_mark,
/third_party/PyYAML/tests/lib/
H A Dtest_structure.py45 yaml.DocumentStartEvent, yaml.DocumentEndEvent
H A Dcanonical.py236 self.events.append(yaml.DocumentStartEvent(None, None))
/third_party/PyYAML/yaml/
H A D_yaml.pyx48 DocumentStartEvent = yaml.events.DocumentStartEvent variable
547 return DocumentStartEvent(start_mark, end_mark,
989 elif event_class is DocumentStartEvent:

Completed in 5 milliseconds