OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_modifier_names
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py
57
_modifier_names
= dict([(name, number)
variable
265
while words and words[0] in
_modifier_names
:
266
modifiers |= 1 <<
_modifier_names
[words[0]]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py
57
_modifier_names
= dict([(name, number)
variable
265
while words and words[0] in
_modifier_names
:
266
modifiers |= 1 <<
_modifier_names
[words[0]]
Completed in 50 milliseconds