symbian-qemu-0.9.1-12/python-2.6.1/Mac/Modules/ae/README
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 A quick note on what all the files here are, currently (16-7-95),
       
     2 and whether they really are source or generated.
       
     3 
       
     4 aegen.py		Generated by aescan, temporary file
       
     5 AEModule.c		Generated by aescan, from AppleEvents.h
       
     6 AEObjects.py	Generated by aescan, from AEObjects.h
       
     7 aepack.py		Routines to convert python objects <-> AEDesc record
       
     8 				(formerly part of aetools, now imported there)
       
     9 AERegistry.py	Generated by aescan, from AERegistry.h
       
    10 aescan.py		Program to scan headers and generate AE modules
       
    11 aesupport.py	Helper code for aescan
       
    12 aetools.py		Routines/classes to create and send appleevents
       
    13 aetypes.py		Classes for python objects corresponding to AEDesc types
       
    14 				(formerly part of aetools, now imported there)
       
    15 AppleEvents.py	Generated by aescan, from AppleEvents.h
       
    16 AppleScript_Suite.py	Generated by gensuitemodule
       
    17 echo.py			Old test program (may still work) to echo events back to sender
       
    18 gensuitemodule.py	Program to scan aete/aeut resources and generate python
       
    19 				interface modules
       
    20 Required_Suite.py	Generated by gensuitemodule
       
    21 Standard_Suite.py	Generated by gensuitemodule
       
    22 tae.py			Old test program (may still work) to send an appleevent
       
    23 tell.py			Old test program (may still work) to send an appleevent
       
    24 test_suite.py	Test program to test bits of the _Suite modules and aetools/etc