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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 28 import aetypes namespace
141 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None)
142 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00)
155 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None)
156 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00
    [all...]
aepack.py 25 import aetypes namespace
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...]
aetools.py 19 files: the pack stuff from aepack, the objects from aetypes.
35 from aetypes import *

Completed in 103 milliseconds