Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_reload.py7 from ..fixer_util import ImportAndCall, touch_import
36 new = ImportAndCall(node, results, names)
Dfix_intern.py10 from ..fixer_util import ImportAndCall, touch_import
39 new = ImportAndCall(node, results, names)
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py130 def ImportAndCall(node, results, names): function