Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py167 aetelist = []
173 aetelist.append((aete, res.GetResInfo()))
181 dumpaetelist(aetelist, dump)
182 compileaetelist(aetelist, fullname, output=output,
259 def compileaetelist(aetelist, fullname, output=None, basepkgname=None, argument
261 for aete, resinfo in aetelist:
266 def dumpaetelist(aetelist, output): argument
268 pprint.pprint(aetelist, output)