Index of /www001/src/ports/textproc/py-expat/work/Python-2.3.4/Tools/framer
Name Last modified Size Description
Parent Directory 27-May-2004 02:29 -
TODO.txt 05-Aug-2002 14:29 1k
example.py 05-Aug-2002 14:29 3k
framer/ 27-May-2004 02:29 -
framer is a tool to generate boilerplate code for C extension types.
The boilerplate is generated from a specification object written in
Python. The specification uses the class statement to describe the
extension module and any extension types it contains. From the
specification, framer can generate all the boilerplate C code,
including function definitions, argument handling code, and type
objects.