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

Method simple_write

tools/inspector_protocol/jinja2/compiler.py:365–369  ·  view source on GitHub ↗

Simple shortcut for start_write + write + end_write.

(self, s, frame, node=None)

Source from the content-addressed store, hash-verified

363 self.write(')')
364
365 def simple_write(self, s, frame, node=None):
366 """Simple shortcut for start_write + write + end_write."""
367 self.start_write(frame, node)
368 self.write(s)
369 self.end_write(frame)
370
371 def blockvisit(self, nodes, frame):
372 """Visit a list of nodes as block in a frame. If the current frame

Callers 2

visit_BlockMethod · 0.95
visit_IncludeMethod · 0.95

Calls 3

start_writeMethod · 0.95
writeMethod · 0.95
end_writeMethod · 0.95

Tested by

no test coverage detected