Next | Query returned 12 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-05-16 10:52:03 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-backcall: pytest from versioned depends
   2018-04-03 13:13:29 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-backcall: added version 0.1.0

Specifications for callback functions passed in to an API

If your code lets other people supply callback functions, it's important to
specify the function signature you expect, and check that functions support
that. Adding extra parameters later would break other peoples code unless
you're careful.

backcall provides a way of specifying the callback signature using a prototype
function.

Next | Query returned 12 messages, browsing 11 to 20 | previous