summaryrefslogtreecommitdiff
path: root/devel/py-backcall/pkg-descr
blob: f4615c7083a20febbd0351d6b93e5dff0fa5f7c7 (plain) (blame)
1
2
3
4
5
6
7
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