Re: Callback help
Greg Ewing <[email protected]> Wed, 21 Apr 2010 12:10:02 +1200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Dale Cieslak wrote: > it appears that the cheesefinder = > example passes the Python function pointer as the user_data itself, but = > what if I want to ALSO pass user data to my Python callback? Pass a nested function or bound method as the callback. -- = Greg