HomeSort by relevance Sort by last modified time
    Searched defs:_states (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 109 _states = range(1 << len(_modifiers)) variable
113 for s in _states]
133 _state_subsets = expand_substates(_states)
137 for s in _states:
186 self.bindedfuncs = {None: [[] for s in _states]}
197 for s in _states:
206 self.bindedfuncs[triplet[2]] = [[] for s in _states]
207 for s in _states:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 109 _states = range(1 << len(_modifiers)) variable
113 for s in _states]
133 _state_subsets = expand_substates(_states)
137 for s in _states:
186 self.bindedfuncs = {None: [[] for s in _states]}
197 for s in _states:
206 self.bindedfuncs[triplet[2]] = [[] for s in _states]
207 for s in _states:

Completed in 149 milliseconds