Home
last modified time | relevance | path

Searched refs:BlankLine (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_future.py9 from ..fixer_util import BlankLine
20 new = BlankLine()
Dfix_itertools_imports.py5 from lib2to3.fixer_util import BlankLine, syms, token
55 node = BlankLine()
Dfix_idioms.py32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms
147 end_line = BlankLine()
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_future.py9 from ..fixer_util import BlankLine
20 new = BlankLine()
Dfix_itertools_imports.py5 from lib2to3.fixer_util import BlankLine, syms, token
55 node = BlankLine()
Dfix_idioms.py32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms
147 end_line = BlankLine()
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py70 def BlankLine(): function
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py72 def BlankLine(): function