MCPcopy 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
20def print_offset(text: str, indent_length: int = 4) -> None:
21 print()
22 print(textwrap.indent(text, " " * indent_length))
23 print()
24
25
26def delete_folder(folder_path: str) -> None:

Callers 1

executeFunction · 0.70

Calls 2

printFunction · 0.85
indentMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…