Home | History | Annotate | Download | only in lib2to3

Lines Matching full:none

100         name = None
105 repeat = None
113 if repeat is not None:
135 if name is not None:
139 def compile_basic(self, nodes, repeat=None):
156 type = None
158 type = getattr(self.pysyms, value, None)
159 if type is None:
164 content = None
169 assert repeat is None
183 "TOKEN": None}
192 return None