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

Method end_write

tools/inspector_protocol/jinja2/compiler.py:360–363  ·  view source on GitHub ↗

End the writing process started by `start_write`.

(self, frame)

Source from the content-addressed store, hash-verified

358 self.writeline('%s.append(' % frame.buffer, node)
359
360 def end_write(self, frame):
361 """End the writing process started by `start_write`."""
362 if frame.buffer is not None:
363 self.write(')')
364
365 def simple_write(self, s, frame, node=None):
366 """Simple shortcut for start_write + write + end_write."""

Callers 4

simple_writeMethod · 0.95
visit_ForMethod · 0.95
visit_CallBlockMethod · 0.95
visit_FilterBlockMethod · 0.95

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected