Searched refs:DocumentEndEvent (Results 1 - 7 of 7) sorted by relevance
/third_party/PyYAML/lib/yaml/ |
H A D | events.py | 54 class DocumentEndEvent(Event): class
|
H A D | serializer.py | 55 self.emit(DocumentEndEvent(explicit=self.use_explicit_end))
|
H A D | emitter.py | 138 elif isinstance(event, (DocumentEndEvent, CollectionEndEvent)): 215 if isinstance(self.event, DocumentEndEvent): 223 raise EmitterError("expected DocumentEndEvent, but got %s"
|
H A D | parser.py | 200 event = DocumentEndEvent(start_mark, end_mark,
|
/third_party/PyYAML/tests/lib/ |
H A D | test_structure.py | 45 yaml.DocumentStartEvent, yaml.DocumentEndEvent
|
H A D | canonical.py | 238 self.events.append(yaml.DocumentEndEvent(None, None))
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 49 DocumentEndEvent = yaml.events.DocumentEndEvent variable 553 return DocumentEndEvent(start_mark, end_mark, explicit) 1024 elif event_class is DocumentEndEvent:
|
Completed in 6 milliseconds