Lines Matching full:detail
64 # _SimpleBinder handles event types with no modifiers and no detail.
66 # _ComplexBinder handles event types with modifiers and a detail.
148 # a detail (or None) and a state into a list of functions.
149 # When a new detail is discovered, handlers for all the possible states
208 lists = [ self.bindedfuncs[detail][i]
209 for detail in (triplet[2], None)
257 the event type (as an index of _types), and the detail - None if none, or a
279 detail = None
288 detail = None
290 detail = words[0]
294 return modifiers, type, detail