Home | History | Annotate | Download | only in idlelib

Lines Matching defs:_types

72         self.sequence = '<'+_types[type][0]+'>'
183 self.typename = _types[type][0]
235 _types = (
245 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
249 for number in range(len(_types))
250 for name in _types[number]])
257 the event type (as an index of _types), and the detail - None if none, or a
298 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'-'+ \
301 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'>'
322 for i in range(len(_types))]