MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / write

Method write

tools/python-3.11.9-amd64/Tools/scripts/texi2html.py:116–118  ·  view source on GitHub ↗
(self, *lines)

Source from the content-addressed store, hash-verified

114 self.lines = []
115
116 def write(self, *lines):
117 for line in lines:
118 self.lines.append(line)
119
120 def flush(self):
121 with open(self.dirname + '/' + makefile(self.name), 'w') as fp:

Callers 15

linkMethod · 0.95
open_linksMethod · 0.95
close_linksMethod · 0.95
write_int_array_from_opsFunction · 0.45
mainFunction · 0.45
flushMethod · 0.45
open_linksMethod · 0.45
close_linksMethod · 0.45
writeMethod · 0.45
bgn_quotationMethod · 0.45
end_quotationMethod · 0.45
bgn_exampleMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected