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

Method comment

tools/gyp/pylib/gyp/ninja_syntax.py:27–29  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

25 self.output.write("\n")
26
27 def comment(self, text):
28 for line in textwrap.wrap(text, self.width - 2):
29 self.output.write("# " + line + "\n")
30
31 def variable(self, key, value, indent=0):
32 if value is None:

Callers 1

GenerateOutputForConfigFunction · 0.95

Calls 2

wrapMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected