optimizer autodebugger indenter for memory use
This commit is contained in:
Родитель
91b6da47ba
Коммит
94bbef9dc1
|
@ -12,9 +12,7 @@ for i in range(len(lines)):
|
|||
line = lines[i]
|
||||
if line.startswith('AD:-2,'):
|
||||
depth -= 1
|
||||
lines[i] = (' '*depth) + line
|
||||
print str(depth) + '|' + line
|
||||
if line.startswith('AD:-1,'):
|
||||
depth += 1
|
||||
|
||||
print '\n'.join(lines)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче