Home
last modified time | relevance | path

Searched refs:find_indentation (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
Dfix_urllib.py10 find_indentation, Node, syms)
138 indentation = find_indentation(node)
/third_party/python/Lib/lib2to3/tests/
Dtest_util.py579 fi = fixer_util.find_indentation
586 fi = fixer_util.find_indentation
/third_party/python/Lib/lib2to3/
Dfixer_util.py271 def find_indentation(node): function