Home
last modified time | relevance | path

Searched refs:in_special_context (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
H A Dfix_zip.py14 from ..fixer_util import Name, ArgList, in_special_context namespace
31 if in_special_context(node):
H A Dfix_filter.py20 from ..fixer_util import Name, ArgList, ListComp, in_special_context, parenthesize namespace
86 if in_special_context(node):
H A Dfix_dict.py67 special = not tail and self.in_special_context(node, isiter)
90 def in_special_context(self, node, isiter): member in FixDict
H A Dfix_xrange.py44 not self.in_special_context(node)):
63 def in_special_context(self, node): member in FixXrange
H A Dfix_map.py25 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 Dfixer_util.py229 def in_special_context(node): function

Completed in 3 milliseconds