Home | History | Annotate | only in /external/python/cpython2/Mac/Modules/ae
Up to higher level directory
NameDateSize
_AEmodule.c21-Aug-201845.4K
aescan.py21-Aug-20183.4K
aesupport.py21-Aug-20187K
README21-Aug-20181.3K

README

      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
     25