/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
__init__.py | 46 if not getattr(v, '_propdict', None): 47 v._propdict = {} 52 v._propdict.update(getattr(superclass, '_propdict', {})) 54 v._propdict.update(getattr(v, '_privpropdict', {})) 84 _propdict = application._propdict variable in class:Explorer
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
__init__.py | 34 if not getattr(v, '_propdict', None): 35 v._propdict = {} 40 v._propdict.update(getattr(superclass, '_propdict', {})) 42 v._propdict.update(getattr(v, '_privpropdict', {})) 93 _propdict = application._propdict variable in class:Terminal
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
__init__.py | 50 if not getattr(v, '_propdict', None): 51 v._propdict = {} 56 v._propdict.update(getattr(superclass, '_propdict', {})) 58 v._propdict.update(getattr(v, '_privpropdict', {})) 109 _propdict = application._propdict variable in class:Netscape
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
__init__.py | 54 if not getattr(v, '_propdict', None): 55 v._propdict = {} 60 v._propdict.update(getattr(superclass, '_propdict', {})) 62 v._propdict.update(getattr(v, '_privpropdict', {})) 144 _propdict = application._propdict variable in class:SystemEvents
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
__init__.py | 58 if not getattr(v, '_propdict', None): 59 v._propdict = {} 64 v._propdict.update(getattr(superclass, '_propdict', {})) 66 v._propdict.update(getattr(v, '_privpropdict', {})) 237 _propdict = application._propdict variable in class:Finder
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 38 if not getattr(v, '_propdict', None): 39 v._propdict = {} 44 v._propdict.update(getattr(superclass, '_propdict', {})) 46 v._propdict.update(getattr(v, '_privpropdict', {}))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetools.py | 151 _propdict = {} # Can be overridden by subclasses variable in class:TalkTo 299 if name in self._propdict: 300 cls = self._propdict[name] 339 _application_file._propdict = {
|
aetypes.py | 505 # Also, dictionaries _propdict and _elemdict must be set to map property 508 _propdict = {} variable in class:ComponentItem 539 if name in self._propdict: 540 cls = self._propdict[name]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
__init__.py | 59 if not getattr(v, '_propdict', None): 60 v._propdict = {} 65 v._propdict.update(getattr(superclass, '_propdict', {})) 67 v._propdict.update(getattr(v, '_privpropdict', {}))
|