HomeSort by relevance Sort by last modified time
    Searched refs:_propdict (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Lib/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
  /external/python/cpython2/Lib/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
  /external/python/cpython2/Lib/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
  /external/python/cpython2/Lib/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
  /external/python/cpython2/Lib/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
  /external/python/cpython2/Lib/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', {}))
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Standard_Suite.py 308 application._propdict = {
338 disk._propdict = {
351 folder._propdict = {
359 disk_image._propdict = {
380 Save_reply_record._propdict = {
Special_Events.py 371 Verify_Checksum_reply_record._propdict = {
378 Check_Image_reply_record._propdict = {
  /external/python/cpython2/Lib/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]
  /external/python/cpython2/Lib/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', {}))

Completed in 137 milliseconds