Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ print_offset
Function
print_offset
misc/perf_checker.py:20–23 ·
view source on GitHub ↗
(text: str, indent_length: int = 4)
Source
from the content-addressed store, hash-verified
18
19
20
def
print_offset(text: str, indent_length: int = 4) -> None:
21
print()
22
print(textwrap.indent(text,
" "
* indent_length))
23
print()
24
25
26
def
delete_folder(folder_path: str) -> None:
Callers
1
execute
Function · 0.70
Calls
2
print
Function · 0.85
indent
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…