You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
407 B
9 lines
407 B
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.
|