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

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DMultiCall.py135 # _state_codes gives for each state, the portable code to be passed as mc_state
136 _state_codes = [] variable
142 _state_codes.append(r)
199 handler = self.__create_handler(lists, type, _state_codes[s])
212 _state_codes[s])
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DMultiCall.py135 # _state_codes gives for each state, the portable code to be passed as mc_state
136 _state_codes = [] variable
142 _state_codes.append(r)
199 handler = self.__create_handler(lists, type, _state_codes[s])
212 _state_codes[s])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DMultiCall.py135 # _state_codes gives for each state, the portable code to be passed as mc_state
136 _state_codes = [] variable
142 _state_codes.append(r)
199 handler = self.__create_handler(lists, type, _state_codes[s])
212 _state_codes[s])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DMultiCall.py135 # _state_codes gives for each state, the portable code to be passed as mc_state
136 _state_codes = [] variable
142 _state_codes.append(r)
199 handler = self.__create_handler(lists, type, _state_codes[s])
212 _state_codes[s])

Completed in 20 milliseconds