Home
last modified time | relevance | path

Searched defs:mc_state (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DMultiCall.py151 def __create_handler(self, lists, mc_type, mc_state): argument
153 mc_type = mc_type, mc_state = mc_state, argument
/external/python/cpython3/Lib/idlelib/
Dmulticall.py161 def __create_handler(self, lists, mc_type, mc_state): argument
163 mc_type = mc_type, mc_state = mc_state, argument