MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / reindent

Function reindent

tools/python-3.11.9-amd64/Lib/timeit.py:81–83  ·  view source on GitHub ↗

Helper to reindent a multi-line statement.

(src, indent)

Source from the content-addressed store, hash-verified

79
80
81def reindent(src, indent):
82 """Helper to reindent a multi-line statement."""
83 return src.replace("\n", "\n" + " " * indent)
84
85
86class Timer:

Callers 1

__init__Method · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected