how wrap pure C functions header file into python by using generator
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
hello to all
i have a c functions header file taht i wana wrapp it to python by using generator. now can i do this by using generator or not? if yes how can i do it?
thank for helping me
You can put them into a class and make them static methods. Then the generator can wrap them. Pure C functions are not supported.