HomeSort by relevance Sort by last modified time
    Searched refs:invocation_str (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_operator.py 94 invocation_str = unicode(method.invocation) % sub
95 self.warning(node, u"You should use '%s' here." % invocation_str)
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_operator.py 94 invocation_str = unicode(method.invocation) % sub
95 self.warning(node, u"You should use '%s' here." % invocation_str)
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_operator.py 95 invocation_str = method.invocation % sub
96 self.warning(node, "You should use '%s' here." % invocation_str)

Completed in 596 milliseconds