Skip to content

felixonmars/zope.hookable

 
 

Repository files navigation

zope.hookable

Latest Version

image

Documentation Status

This package supports the efficient creation of "hookable" objects, which are callable objects that are meant to be optionally replaced.

The idea is you create a function that does some default thing and make it 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.5%
  • C 30.5%