Kenneth Reitz cf4ac49614 readme
2011-05-14 11:06:40 -04:00
2011-05-14 11:06:40 -04:00

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)
S
Description
No description provided
Readme 24 KiB