Language

Package: python-zope-hookable @ 5.0.1

Synopsis

Zope hookable

Description

This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced. The idea is that you create a function that does some default thing and make i hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.

Home page
https://github.com/zopefoundation/zope.hookable
Location
gnu/packages/python-web.scm (line: 2105, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings