Searched defs:mc_state (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 151 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/ |
D | multicall.py | 161 def __create_handler(self, lists, mc_type, mc_state): argument 163 mc_type = mc_type, mc_state = mc_state, argument
|