slackbuilds_ponce/python/backcall/README
B. Watson 948b00e9e9 python/backcall: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:53 -04:00

4 lines
209 B
Text

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.