cpython/Tools/framer
Mark Dickinson 9f9892648f Issue #1717, continued: Doc fixes and other cleanup related
to renaming of tp_compare.
2009-02-02 21:29:40 +00:00
..
framer Issue #1717, continued: Doc fixes and other cleanup related 2009-02-02 21:29:40 +00:00
README.txt Initial prototype of framer: a tool to build the frame for extension modules. 2002-08-05 18:29:45 +00:00
TODO.txt Initial prototype of framer: a tool to build the frame for extension modules. 2002-08-05 18:29:45 +00:00
example.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00

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.