Files
hooks/README.rst
Kenneth Reitz cf4ac49614 readme
2011-05-14 11:06:40 -04:00

13 lines
337 B
ReStructuredText

Hooks: Blocking Events and Callbacks (for Python)
=================================================
Sometimes, while working with a deeply nested Application or Framework,
an event pattern can be extremely useful.
::
import hooks
hooks.register('channel', callback_func())
hooks.ping('channel', args_to_pass_to_callback)