Searched refs:BlankLine (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_future.py | 9 from ..fixer_util import BlankLine 20 new = BlankLine()
|
D | fix_itertools_imports.py | 5 from lib2to3.fixer_util import BlankLine, syms, token 55 node = BlankLine()
|
D | fix_idioms.py | 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms 147 end_line = BlankLine()
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_future.py | 9 from ..fixer_util import BlankLine 20 new = BlankLine()
|
D | fix_itertools_imports.py | 5 from lib2to3.fixer_util import BlankLine, syms, token 55 node = BlankLine()
|
D | fix_idioms.py | 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms 147 end_line = BlankLine()
|
/external/python/cpython3/Lib/lib2to3/ |
D | fixer_util.py | 70 def BlankLine(): function
|
/external/python/cpython2/Lib/lib2to3/ |
D | fixer_util.py | 72 def BlankLine(): function
|