Staging
v0.5.1
https://github.com/python/cpython
Revision 4180e12d26b0e51773572a796934422e6496e7a7 authored by Thomas Heller on 14 June 2006, 09:20:11 UTC, committed by Thomas Heller on 14 June 2006, 09:20:11 UTC
1 parent f143510
Raw File
Tip revision: 4180e12d26b0e51773572a796934422e6496e7a7 authored by Thomas Heller on 14 June 2006, 09:20:11 UTC
Add an __all__ list, since this module does 'from ctypes import *'.
Tip revision: 4180e12
README.txt
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.
back to top