Home | History | Annotate | Download | only in idlelib

Lines Matching full:detail

68 # _SimpleBinder handles event types with no modifiers and no detail.
70 # _ComplexBinder handles event types with modifiers and a detail.
157 # a detail (or None) and a state into a list of functions.
158 # When a new detail is discovered, handlers for all the possible states
217 lists = [ self.bindedfuncs[detail][i]
218 for detail in (triplet[2], None)
270 the event type (as an index of _types), and the detail - None if none, or a
289 detail = None
298 detail = None
300 detail = words[0]
304 return modifiers, type, detail