MCPcopy Create free account
hub / github.com/commonmark/cmark / unknown_decl

Method unknown_decl

test/normalize.py:84–86  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

82 self.output += '<!' + data + '>'
83 self.last = "decl"
84 def unknown_decl(self, data):
85 self.output += '<!' + data + '>'
86 self.last = "decl"
87 def handle_pi(self,data):
88 self.output += '<?' + data + '>'
89 self.last = "pi"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected