Skip to content
Snippets Groups Projects
Commit f81248ad authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Implement default_value method for TerminalNode.

parent 316c83bd
No related branches found
No related tags found
No related merge requests found
......@@ -431,6 +431,9 @@ class TerminalNode(SchemaNode):
"""
return self.type.from_raw(val)
def default_value(self) -> None:
return None
def _ascii_tree(self, indent: str) -> str:
"""Return the receiver's ascii-art subtree."""
return ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment