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 D | 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")
|
H A D | fix_throw.py | 31 self.cannot_convert(node, "Python 3 does not support string exceptions")
|
H A D | fix_raise.py | 44 self.cannot_convert(node, msg)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
H A D | 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")
|
H A D | fix_throw.py | 31 self.cannot_convert(node, "Python 3 does not support string exceptions")
|
H A D | fix_raise.py | 44 self.cannot_convert(node, msg)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
H A D | 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/ |
H A D | fixer_base.py | 125 def cannot_convert(self, node, reason=None): member in class:BaseFix
|
Completed in 107 milliseconds