Tag : callbacks

Title User Language Tags Description Date
Ruby Metaprogramming - Subclassable Callback Module viatropos Ruby August 15, 2010
Ruby Metaprogramming - Subclass a Method with Before/After Callbacks and alias_method viatropos Ruby August 15, 2010
EnableSortingAndPagingCallbacks in ASP.NET GridView Control zhou chao ASP.NET EnableSortingAndPagingCallbacks in ASP.NET GridView Control November 20, 2005
Implementing C function callbacks using Python pink chry python

Lets say you have a function in C or C++ that takes a function callback as an argument. You want to call this function by passing a Python function as the callback. This recipe shows the basics by calling the standard C library function qsort, and passing a python function as the compare function.

June 14, 2001