Searched refs:aetypes (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | findertools.py | 28 import aetypes 141 …aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=N… 142 …aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt… 155 …aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=N… 156 …aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt… 179 …args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknow… 197 …aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('ab… 198 …args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type(… 251 …aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="name", seld=processname, fr=No… 252 …aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type(prope… [all …]
|
D | aepack.py | 25 import aetypes 26 from aetypes import mkenum, ObjectSpecifier 185 return aetypes.IntlText(script, language, desc.data[4:]) 188 return aetypes.IntlWritingCode(script, language) 216 return aetypes.QDPoint(v, h) 219 return aetypes.QDRectangle(v0, h0, v1, h1) 222 return aetypes.RGBColor(r, g, b) 292 return aetypes.Unknown(type, data) 304 return aetypes.Keyword(keyword) 307 return aetypes.Range(dict['star'], dict['stop']) [all …]
|
D | aetools.py | 35 from aetypes import *
|
/external/python/cpython2/Lib/test/ |
D | test_aepack.py | 7 aetypes = test_support.import_module('aetypes') variable 12 aetypes.Enum('enum'), 13 aetypes.Type('type'), 14 aetypes.Keyword('kwrd'), 15 aetypes.Range(1, 10), 16 aetypes.Comparison(1, '< ', 10), 17 aetypes.Logical('not ', 1), 18 aetypes.IntlText(0, 0, 'international text'), 19 aetypes.IntlWritingCode(0,0), 20 aetypes.QDPoint(50,100), [all …]
|
/external/python/cpython2/Doc/library/ |
D | aetypes.rst | 2 :mod:`aetypes` --- AppleEvent objects 5 .. module:: aetypes 12 The :mod:`aetypes` defines classes used to represent Apple Event data 24 Apple Event or as the argument of an optional parameter. The :mod:`aetypes` 47 :mod:`aetypes` modules have no support, i.e. anything that is not represented by
|
D | aepack.rst | 71 document 1``) are returned as instances of :class:`aetypes.ObjectSpecifier`, 81 ``Finder.Window`` and not a generic ``aetypes.Window``. The former knows about 91 Module :mod:`aetypes`
|
D | aetools.rst | 14 functionality of the :mod:`aetypes` and :mod:`aepack` modules. The stub packages
|
D | macosa.rst | 86 aetypes.rst
|
/external/python/cpython2/Mac/Modules/ae/ |
D | README | 13 aetypes.py Classes for python objects corresponding to AEDesc types
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 3158 :mod:`aetypes`,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 3162 :mod:`aetypes`,
|