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

Method flush

tools/python-3.11.9-amd64/Tools/scripts/texi2html.py:120–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 self.lines.append(line)
119
120 def flush(self):
121 with open(self.dirname + '/' + makefile(self.name), 'w') as fp:
122 fp.write(self.prologue)
123 fp.write(self.text)
124 fp.write(self.epilogue)
125
126 def link(self, label, nodename, rel=None, rev=None):
127 if nodename:

Callers 4

parserestMethod · 0.45
endnodeMethod · 0.45
popstackMethod · 0.45
call_fxnFunction · 0.45

Calls 3

makefileFunction · 0.70
openFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected