Lines Matching defs:t
82 def _Import(self, t): argument
86 def _ImportFrom(self, t): argument
98 def _Assign(self, t): argument
105 def _AugAssign(self, t): argument
111 def _Return(self, t): argument
117 def _Pass(self, t): argument
120 def _Break(self, t): argument
123 def _Continue(self, t): argument
126 def _Delete(self, t): argument
130 def _Assert(self, t): argument
137 def _Exec(self, t): argument
147 def _Print(self, t): argument
161 def _Global(self, t): argument
165 def _Yield(self, t): argument
173 def _Raise(self, t): argument
184 def _TryExcept(self, t): argument
198 def _TryFinally(self, t): argument
213 def _ExceptHandler(self, t): argument
225 def _ClassDef(self, t): argument
241 def _FunctionDef(self, t): argument
253 def _For(self, t): argument
267 def _If(self, t): argument
289 def _While(self, t): argument
301 def _With(self, t): argument
325 def _Name(self, t): argument
328 def _Repr(self, t): argument
333 def _Num(self, t): argument
343 def _List(self, t): argument
348 def _ListComp(self, t): argument
355 def _GeneratorExp(self, t): argument
362 def _SetComp(self, t): argument
369 def _DictComp(self, t): argument
378 def _comprehension(self, t): argument
387 def _IfExp(self, t): argument
396 def _Set(self, t): argument
402 def _Dict(self, t): argument
412 def _Tuple(self, t): argument
423 def _UnaryOp(self, t): argument
443 def _BinOp(self, t): argument
452 def _Compare(self, t): argument
461 def _BoolOp(self, t): argument
467 def _Attribute(self,t): argument
477 def _Call(self, t): argument
501 def _Subscript(self, t): argument
508 def _Ellipsis(self, t): argument
511 def _Index(self, t): argument
514 def _Slice(self, t): argument
524 def _ExtSlice(self, t): argument
528 def _arguments(self, t): argument
553 def _keyword(self, t): argument
558 def _Lambda(self, t): argument
566 def _alias(self, t): argument