MCPcopy
hub / github.com/python/mypy / indent

Method indent

mypyc/codegen/emit.py:223–224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221 # Low-level operations
222
223 def indent(self) -> None:
224 self._indent += 4
225
226 def dedent(self) -> None:
227 self._indent -= 4

Callers 7

emit_lineMethod · 0.95
generate_native_functionFunction · 0.95
visit_class_defMethod · 0.45
generate_class_stubMethod · 0.45
print_offsetFunction · 0.45
print_offsetFunction · 0.45
object_annotationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected