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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 94 invocation_str = unicode(method.invocation) % sub
95 self.warning(node, u"You should use '%s' here." % invocation_str)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 94 invocation_str = unicode(method.invocation) % sub
95 self.warning(node, u"You should use '%s' here." % invocation_str)

Completed in 81 milliseconds