Home
last modified time | relevance | path

Searched refs:mc_state (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dmulticall.py20 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 Dautocomplete.py72 if hasattr(event, "mc_state") and event.mc_state or\
H A Dautocomplete_w.py327 if hasattr(event, "mc_state"):
328 state = event.mc_state
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py74 ev = Event(mc_state=True)
76 del ev.mc_state

Completed in 3 milliseconds