Home
last modified time | relevance | path

Searched refs:cannot_convert (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
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")
Dfix_throw.py31 self.cannot_convert(node, "Python 3 does not support string exceptions")
Dfix_raise.py44 self.cannot_convert(node, msg)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_base.py125 def cannot_convert(self, node, reason=None): member in BaseFix