HomeSort by relevance Sort by last modified time
    Searched refs:last_indent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 423 last_indent = tokens[0][2]
426 indent = [last_indent[1]]
439 last_indent = start
535 prev_indent = indent.pop() or last_indent[1]
    [all...]
autopep8.py 208 last_indent = tokens[0][2]
209 indent = [last_indent[1]]
226 last_indent = start
313 prev_indent = indent.pop() or last_indent[1]
    [all...]

Completed in 1983 milliseconds