Home
last modified time | relevance | path

Searched refs:CollectionEndEvent (Results 1 - 2 of 2) sorted by relevance

/third_party/PyYAML/lib/yaml/
H A Devents.py31 class CollectionEndEvent(Event): class
78 class SequenceEndEvent(CollectionEndEvent):
84 class MappingEndEvent(CollectionEndEvent):
H A Demitter.py138 elif isinstance(event, (DocumentEndEvent, CollectionEndEvent)):

Completed in 2 milliseconds