Lines Matching full:converted
36 It can be converted to Python 3.x code via 2to3 on the command line:
105 converted.
132 Will cause a converted file named ``example.py3`` to be written.
157 **kwargs)`` is converted to ``function(*args, **kwargs)``.
211 Fixes dictionary iteration methods. :meth:`dict.iteritems` is converted to
215 converted respectively to :meth:`dict.items`, :meth:`dict.keys` and
244 ``my_function.func_closure`` is converted to ``my_function.__closure__``.
262 ``type(x) == SomeClass`` are converted to ``isinstance(x, SomeClass)``.
297 example, ``isinstance(x, (int, int))`` is converted to ``isinstance(x,
329 Fixes old method attribute names. For example, ``meth.im_func`` is converted