Function check_node
Synopsis
def check_node(self)
Description
No description yet.
Mentioned in
- Documentation / Loader
Source
Lines 16-23 in lib3/yaml/composer.py.
def check_node(self):
# Drop the STREAM-START event.
if self.check_event(StreamStartEvent):
self.get_event()
# If there are more documents available?
return not self.check_event(StreamEndEvent)