Home
last modified time | relevance | path

Searched refs:CollectionStartEvent (Results 1 - 4 of 4) sorted by relevance

/third_party/PyYAML/lib/yaml/
H A Devents.py21 class CollectionStartEvent(NodeEvent): class
75 class SequenceStartEvent(CollectionStartEvent):
81 class MappingStartEvent(CollectionStartEvent):
H A Demitter.py136 if isinstance(event, (DocumentStartEvent, CollectionStartEvent)):
240 elif isinstance(self.event, (ScalarEvent, CollectionStartEvent)):
443 if isinstance(self.event, (ScalarEvent, CollectionStartEvent)) \
/third_party/PyYAML/tests/lib/
H A Dtest_emitter.py10 if isinstance(event1, yaml.CollectionStartEvent):
H A Dtest_structure.py68 if isinstance(event1, (yaml.ScalarEvent, yaml.CollectionStartEvent)):

Completed in 3 milliseconds