Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ dedent
Method
dedent
mypyc/codegen/emit.py:226–228 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
224
self._indent += 4
225
226
def
dedent(self) -> None:
227
self._indent -= 4
228
assert self._indent >= 0
229
230
def
label(self, label: BasicBlock) -> str:
231
return
"CPyL%s"
% label.label
Callers
10
emit_line
Method · 0.95
visit_class_def
Method · 0.45
generate_class_stub
Method · 0.45
test_as_xml
Method · 0.45
build_helper
Function · 0.45
test
Function · 0.45
test_allowlist
Method · 0.45
dedent_docstring
Function · 0.45
main
Function · 0.45
_write_ref_redirector
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_as_xml
Method · 0.36
build_helper
Function · 0.36
test
Function · 0.36
test_allowlist
Method · 0.36
dedent_docstring
Function · 0.36