Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dminiaeframe.rst23 .. class:: AEServer()
36 Useful if your application wants to use :class:`AEServer` but does not provide
42 AEServer Objects
46 .. method:: AEServer.installaehandler(classe, type, callback)
53 .. method:: AEServer.callback(_object, **kwargs)
/external/python/cpython2/Lib/plat-mac/
DMiniAEFrame.py121 class AEServer: class
178 class _Test(AEServer, MiniApplication):
183 AEServer.__init__(self)