Searched refs:reindent (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dpatchcheck.py7 import reindent namespace
74 reindent.makebackup = False # No need to create backups.
77 if reindent.check(path):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtimeit.py77 # Don't change the indentation of the template; the reindent() calls
90 def reindent(src, indent): function
91 """Helper to reindent a multi-line statement."""
126 stmt = reindent(stmt, 8)
128 setup = reindent(setup, 4)

Completed in 23 milliseconds