Searched refs:cannot_convert (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_urllib.py115 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")
H A Dfix_throw.py31 self.cannot_convert(node, "Python 3 does not support string exceptions")
H A Dfix_raise.py44 self.cannot_convert(node, msg)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_urllib.py115 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")
H A Dfix_throw.py31 self.cannot_convert(node, "Python 3 does not support string exceptions")
H A Dfix_raise.py44 self.cannot_convert(node, msg)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dfixer_base.py125 def cannot_convert(self, node, reason=None): member in class:BaseFix
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dfixer_base.py125 def cannot_convert(self, node, reason=None): member in class:BaseFix

Completed in 107 milliseconds