Lines Matching refs:fixer
64 fixer. The following example runs only the ``imports`` and ``has_key`` fixers:
70 This command runs every fixer except the ``apply`` fixer:
78 the ``idioms`` fixer is run:
149 Each step of transforming code is encapsulated in a fixer. The command ``2to3
198 Converts :class:`buffer` to :class:`memoryview`. This fixer is optional
253 This optional fixer performs several transformations that make Python code
256 ``while 1`` becomes ``while True``. This fixer also tries to make use of
277 the :2to3fixer:`imports` fixer only because of technical limitations.
313 fixer.
376 Replaces use of the :class:`set` constructor with set literals. This fixer
394 Removes implicit tuple parameter unpacking. This fixer inserts temporary
413 Removes excess whitespace from comma separated items. This fixer is