Searched refs:ImportAndCall (Results 1 – 3 of 3) sorted by relevance
7 from ..fixer_util import ImportAndCall, touch_import34 new = ImportAndCall(node, results, names)
10 from ..fixer_util import ImportAndCall, touch_import37 new = ImportAndCall(node, results, names)
130 def ImportAndCall(node, results, names): function