Home
last modified time | relevance | path

Searched refs:_accessdict (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/plat-mac/Carbon/
DControlAccessor.py13 _accessdict = { variable
29 if _accessdict.has_key(selector):
30 setfunc, getfunc = _accessdict[selector]
43 if _accessdict.has_key(selector):
44 setfunc, getfunc = _accessdict[selector]