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