Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/fixes/
Dfix_urllib.py114 self.cannot_convert(node, "This is an invalid module element")
166 self.cannot_convert(node, "All module elements are invalid")
183 self.cannot_convert(node, "This is an invalid module element")
194 self.cannot_convert(node, "Cannot handle star imports.")
196 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)
/third_party/python/Lib/lib2to3/
Dfixer_base.py122 def cannot_convert(self, node, reason=None): member in BaseFix