summaryrefslogtreecommitdiffstats
path: root/python/backcall/README
blob: 7fb4acb0fbb7ea7d067adbf7948b600a6c08819f (about) (plain) (blame)
1
2
3
4
backcall is a Python module to write backwards compatible callback
APIs. That is, you can add parameters to your calls without breaking
third party callback functions that don't expect those newer
parameters.