Warning!
The version you're viewing is not the latest.
Go to the latest version
Class DocumentEndEvent
Synopsis
class DocumentEndEvent(Event)
Description
No description yet.
Mentioned in
- Documentation / Events
Inheritance
Ancestors: Event
Methods
__init__ |
Source
Lines 54-61 in lib3/yaml/events.py.
class DocumentEndEvent(Event):
def __init__(self, start_mark=None, end_mark=None,
explicit=None):
self.start_mark = start_mark
self.end_mark = end_mark
self.explicit = explicit
class AliasEvent(NodeEvent):