示例#1
0
def _interact():
    """Make sure the application is in the foreground"""
    AE.AEInteractWithUser(50000000)
def _interact():
    AE.AEInteractWithUser(50000000)
示例#3
0
"""AEservertest - Test AppleEvent server interface
示例#4
0
文件: echo.py 项目: mcyril/ravel-ftn
"""'echo' -- an AppleEvent handler which handles all events the same.
示例#5
0
"""PythonSlave.py