cpython/Tools/framer
Collin Winter 6afaeb757a Convert print statements to function calls in Tools/. 2007-08-03 17:06:41 +00:00
..
framer Convert print statements to function calls in Tools/. 2007-08-03 17:06:41 +00:00
README.txt
TODO.txt
example.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +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.