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

Method outdent

tools/inspector_protocol/jinja2/compiler.py:349–351  ·  view source on GitHub ↗

Outdent by step.

(self, step=1)

Source from the content-addressed store, hash-verified

347 self._indentation += 1
348
349 def outdent(self, step=1):
350 """Outdent by step."""
351 self._indentation -= step
352
353 def start_write(self, frame, node=None):
354 """Yield or write into the frame buffer."""

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