HomeSort by relevance Sort by last modified time
    Searched full:_elemdict (Results 26 - 32 of 32) sorted by null

12

  /external/python/cpython2/Lib/plat-mac/
aetypes.py 505 # Also, dictionaries _propdict and _elemdict must be set to map property
509 _elemdict = {} variable in class:ComponentItem
536 if name in self._elemdict:
537 cls = self._elemdict[name]
gensuitemodule.py 511 fp.write(" v._elemdict = {}\n")
516 fp.write(" v._elemdict.update(getattr(superclass, '_elemdict', {}))\n")
518 fp.write(" v._elemdict.update(getattr(v, '_privelemdict', {}))\n")
549 fp.write(" _elemdict = %s._elemdict\n" % application_class)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 505 # Also, dictionaries _propdict and _elemdict must be set to map property
509 _elemdict = {} variable in class:ComponentItem
536 if name in self._elemdict:
537 cls = self._elemdict[name]
gensuitemodule.py 511 fp.write(" v._elemdict = {}\n")
516 fp.write(" v._elemdict.update(getattr(superclass, '_elemdict', {}))\n")
518 fp.write(" v._elemdict.update(getattr(v, '_privelemdict', {}))\n")
549 fp.write(" _elemdict = %s._elemdict\n" % application_class)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 505 # Also, dictionaries _propdict and _elemdict must be set to map property
509 _elemdict = {} variable in class:ComponentItem
536 if name in self._elemdict:
537 cls = self._elemdict[name]
gensuitemodule.py 511 fp.write(" v._elemdict = {}\n")
516 fp.write(" v._elemdict.update(getattr(superclass, '_elemdict', {}))\n")
518 fp.write(" v._elemdict.update(getattr(v, '_privelemdict', {}))\n")
549 fp.write(" _elemdict = %s._elemdict\n" % application_class)
    [all...]
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Special_Events.py 376 Verify_Checksum_reply_record._elemdict = {
383 Check_Image_reply_record._elemdict = {

Completed in 285 milliseconds

12