Lines Matching refs:fixer
62 fixer. The following example runs only the ``imports`` and ``has_key`` fixers:
68 This command runs every fixer except the ``apply`` fixer:
76 the ``idioms`` fixer is run:
147 Each step of transforming code is encapsulated in a fixer. The command ``2to3
196 Converts :class:`buffer` to :class:`memoryview`. This fixer is optional
251 This optional fixer performs several transformations that make Python code
254 ``while 1`` becomes ``while True``. This fixer also tries to make use of
275 the :2to3fixer:`imports` fixer only because of technical limitations.
312 fixer.
398 Replaces use of the :class:`set` constructor with set literals. This fixer
416 Removes implicit tuple parameter unpacking. This fixer inserts temporary
435 Removes excess whitespace from comma separated items. This fixer is