MCPcopy Index your code
hub / github.com/nodejs/node / FinishAndWrite

Method FinishAndWrite

tools/v8-json-to-junit.py:61–62  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

59 self.root.append(test_case_element)
60
61 def FinishAndWrite(self, f):
62 ET.ElementTree(self.root).write(f, "UTF-8")
63
64
65def Main():

Callers 1

MainFunction · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected