Searched refs:_modifier_names (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/idlelib/ | ||
H A D | multicall.py | 55 _modifier_names = {name: number variable 277 while words and words[0] in _modifier_names: 278 modifiers |= 1 << _modifier_names[words[0]] |
Completed in 1 milliseconds