About Anaconda Help Download Anaconda

supports the efficient creation of “hookable” objects, which are callable objects that are meant to be optionally replaced.

copied from cf-staging / zope.hookable

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v5.4
  • osx-64 v5.4
  • win-64 v5.4

conda install

To install this package run one of the following:
conda install conda-forge::zope.hookable
conda install conda-forge/label/cf202003::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 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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy