Searched refs:in_special_context (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_zip.py | 14 from ..fixer_util import Name, ArgList, in_special_context namespace 31 if in_special_context(node):
|
H A D | fix_filter.py | 20 from ..fixer_util import Name, ArgList, ListComp, in_special_context, parenthesize namespace 86 if in_special_context(node):
|
H A D | fix_dict.py | 67 special = not tail and self.in_special_context(node, isiter) 90 def in_special_context(self, node, isiter): member in FixDict
|
H A D | fix_xrange.py | 44 not self.in_special_context(node)): 63 def in_special_context(self, node): member in FixXrange
|
H A D | fix_map.py | 25 from ..fixer_util import Name, ArgList, Call, ListComp, in_special_context namespace 103 if in_special_context(node):
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 229 def in_special_context(node): function
|
Completed in 3 milliseconds