MCPcopy Create free account
hub / github.com/ablab/spades / DocumentEndEvent

Class DocumentEndEvent

ext/src/python_libs/pyyaml3/events.py:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 self.tags = tags
53
54class DocumentEndEvent(Event):
55 def __init__(self, start_mark=None, end_mark=None,
56 explicit=None):
57 self.start_mark = start_mark
58 self.end_mark = end_mark
59 self.explicit = explicit
60
61class AliasEvent(NodeEvent):
62 pass

Callers 2

serializeMethod · 0.85
parse_document_endMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected