Home
last modified time | relevance | path

Searched refs:aete (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py172 aete = decode(data, verbose)
173 aetelist.append((aete, res.GetResInfo()))
219 aete = decode(aedata.data, verbose)
221 dumpaetelist([aete], dump)
223 compileaete(aete, None, fullname, output=output, basepkgname=basepkgname,
261 for aete, resinfo in aetelist:
262 compileaete(aete, resinfo, fullname, output=output,
273 aete = generic(getaete, f)
274 aete = simplify(aete)
281 return aete
[all …]
/external/python/cpython2/Mac/Modules/ae/
DREADME18 gensuitemodule.py Program to scan aete/aeut resources and generate python
/external/python/cpython2/Doc/library/
Dgensuitemodule.rst60 file and reads all ``"aete"`` and ``"aeut"`` resources from this file.