Home | History | Annotate | Download | only in idlelib

Lines Matching defs:_types

76         self.sequence = '<'+_types[type][0]+'>'
192 self.typename = _types[type][0]
248 _types = (
258 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
262 for number in range(len(_types))
263 for name in _types[number]])
270 the event type (as an index of _types), and the detail - None if none, or a
308 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'-'+ \
311 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'>'
332 for i in range(len(_types))]