source: trunk/essentials/dev-lang/python/Tools/framer/README.txt

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 407 bytes
Line 
1framer is a tool to generate boilerplate code for C extension types.
2
3The boilerplate is generated from a specification object written in
4Python. The specification uses the class statement to describe the
5extension module and any extension types it contains. From the
6specification, framer can generate all the boilerplate C code,
7including function definitions, argument handling code, and type
8objects.
Note: See TracBrowser for help on using the repository browser.