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

Method indent

tools/inspector_protocol/jinja2/compiler.py:345–347  ·  view source on GitHub ↗

Indent by one.

(self)

Source from the content-addressed store, hash-verified

343 self.writeline('return concat(%s)' % frame.buffer)
344
345 def indent(self):
346 """Indent by one."""
347 self._indentation += 1
348
349 def outdent(self, step=1):
350 """Outdent by step."""

Callers 12

macro_bodyMethod · 0.95
visit_TemplateMethod · 0.95
visit_BlockMethod · 0.95
visit_ExtendsMethod · 0.95
visit_IncludeMethod · 0.95
visit_FromImportMethod · 0.95
visit_ForMethod · 0.95
visit_IfMethod · 0.95
visit_OutputMethod · 0.95
visit_NSRefMethod · 0.95
visit_OutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected