Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_line
Method · 0.95
generate_native_function
Function · 0.95
visit_class_def
Method · 0.45
generate_class_stub
Method · 0.45
print_offset
Function · 0.45
print_offset
Function · 0.45
object_annotation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected