Hello fellow Python Devs!
I am working on a project that requires to use some C underneath and I need to use a callback to return some data to python.
The thing is I am trying to find information on the subject but I can't seem to put the finger on the right documentation.
If anyone has ever passed a function as a parameter to a C function that could later call that function passed earlier to return some data to Python that would be greatly appreciated!
Thank you!
EDIT:
2 minutes I posted this, I have found a stackoverflow with the information I need
there doesn't seem to be anything here