Lines Matching refs:list
32 """Return a sorted list of all available fix names in the given package."""
76 """ Accepts a list of fixers and returns a dictionary
77 of head node type --> fixer list. """
78 head_nodes = collections.defaultdict(list)
168 fixer_names: a list of fixers to import
170 explicit: a list of fixers to run even if they are explicit.
223 (pre_order, post_order), where pre_order is the list of fixers that
224 want a pre-order AST traversal, and post_order is the list that want
280 """Refactor a list of files and directories."""
427 for node in list(match_set[fixer]):
475 fixers: a list of fixer instances.
657 """Generates lines as expected by tokenize from a list of lines.