Language

Package: python-backcall @ 0.2.0

Synopsis

Specifications for callback functions passed in to an API

Description

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. The backcall package provides a way of specifying the callback signature using a prototype function.

Home page
https://github.com/takluyver/backcall/
Location
gnu/packages/python-xyz.scm (line: 7795, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings