MCPcopy Create free account
hub / github.com/apache/solr / printFile

Method printFile

dev-tools/scripts/checkJavadocLinks.py:93–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 raise RuntimeError('%s %s:%s: saw </%s> but expected </%s>' % (self.baseURL, self.getpos()[0], self.getpos()[1], tag, self.stack[-1]))
92
93 def printFile(self):
94 if not self.printed:
95 print()
96 print(' ' + self.baseURL)
97 self.printed = True
98
99def parse(baseURL, html):
100 global failures

Callers 2

handle_starttagMethod · 0.95
parseFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected