MCPcopy Index your code
hub / github.com/python/mypy / print_offset

Function print_offset

misc/incremental_checker.py:57–60  ·  view source on GitHub ↗
(text: str, indent_length: int = 4)

Source from the content-addressed store, hash-verified

55
56
57def print_offset(text: str, indent_length: int = 4) -> None:
58 print()
59 print(textwrap.indent(text, " " * indent_length))
60 print()
61
62
63def delete_folder(folder_path: str) -> None:

Callers 3

executeFunction · 0.70
set_expectedFunction · 0.70
test_incrementalFunction · 0.70

Calls 2

printFunction · 0.85
indentMethod · 0.45

Tested by 1

test_incrementalFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…