Searched refs:mc_state (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | multicall.py | 20 modifiers), another member is added - mc_state. This member gives the state 42 # the modifier state constants, which define the meaning of mc_state 144 # _state_codes gives for each state, the portable code to be passed as mc_state 161 def __create_handler(self, lists, mc_type, mc_state): 163 mc_type = mc_type, mc_state = mc_state, 168 event.mc_state = mc_state
|
H A D | autocomplete.py | 72 if hasattr(event, "mc_state") and event.mc_state or\
|
H A D | autocomplete_w.py | 327 if hasattr(event, "mc_state"): 328 state = event.mc_state
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_autocomplete.py | 74 ev = Event(mc_state=True) 76 del ev.mc_state
|
Completed in 3 milliseconds