Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_urllib.py10 find_indentation, Node, syms)
138 indentation = find_indentation(node)
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_urllib.py11 find_indentation, Node, syms)
139 indentation = find_indentation(node)
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_util.py582 fi = fixer_util.find_indentation
589 fi = fixer_util.find_indentation
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_util.py579 fi = fixer_util.find_indentation
586 fi = fixer_util.find_indentation
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py271 def find_indentation(node): function
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py250 def find_indentation(node): function