Home | History | Annotate | Download | only in idlelib

Lines Matching full:detail

63 # _SimpleBinder handles event types with no modifiers and no detail.
65 # _ComplexBinder handles event types with modifiers and a detail.
147 # a detail (or None) and a state into a list of functions.
148 # When a new detail is discovered, handlers for all the possible states
207 lists = [ self.bindedfuncs[detail][i]
208 for detail in (triplet[2], None)
256 the event type (as an index of _types), and the detail - None if none, or a
278 detail = None
287 detail = None
289 detail = words[0]
293 return modifiers, type, detail