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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.