Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] EventObj

0 views
Skip to first unread message

Lamy Jean-Baptiste

unread,
Jun 20, 2002, 3:18:24 PM6/20/02
to
EventObj 0.2

http://oomadness.tuxfamily.org/p-eventobj.php

EventObj is a (hackish) pure Python module that allows to add
modification callback (=event) to any Python object (including
lists and dicts).

EventObj requires at least Python 2.2 (tested with 2.2.1).

EventObj can be usefull for debugging, for IDE (to spy object
modification ?), for OO databases, or just for maitaining
anything up-to-date with an object.

Python hack-lovers may be interesting at looking the pure Python
source code (I use __setattr__ on ).

EventObj is Free Software and is available under the GNU GPL.

Enjoy the hack !

Jiba -- Jean-Baptiste LAMY -- ji...@tuxfamily.org
http://oomadness.tuxfamily.org


0 new messages