Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 4f7f6167d108c0fbc588aaaef1f40eb8fb404891 authored by cvs2svn on 10 March 2005, 04:59:14 UTC
This commit was manufactured by cvs2svn to create tag 'r241c1'.
Tip revision: 4f7f616
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