HomeSort by relevance Sort by last modified time
    Searched full:cannot_convert (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 115 self.cannot_convert(node, "This is an invalid module element")
167 self.cannot_convert(node, "All module elements are invalid")
184 self.cannot_convert(node, "This is an invalid module element")
195 self.cannot_convert(node, "Cannot handle star imports.")
197 self.cannot_convert(node, "This module is now multiple modules")
fix_throw.py 31 self.cannot_convert(node, "Python 3 does not support string exceptions")
fix_raise.py 44 self.cannot_convert(node, msg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 115 self.cannot_convert(node, "This is an invalid module element")
167 self.cannot_convert(node, "All module elements are invalid")
184 self.cannot_convert(node, "This is an invalid module element")
195 self.cannot_convert(node, "Cannot handle star imports.")
197 self.cannot_convert(node, "This module is now multiple modules")
fix_throw.py 31 self.cannot_convert(node, "Python 3 does not support string exceptions")
fix_raise.py 44 self.cannot_convert(node, msg)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 125 def cannot_convert(self, node, reason=None): member in class:BaseFix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 125 def cannot_convert(self, node, reason=None): member in class:BaseFix

Completed in 192 milliseconds