Maintenance-free Signals implementation


Version: 1.2
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.8
License:

Description - Maintenance-free Signals implementation



This is a signals implementation for Python. It is Similar to the pydispatch module. This implementation enables you to Create Signals as members of classes, as globals, or as locals. You may Connect any number of functions or class methods to any signal. Connections manage themselves with the weakref module. Signals may also have arguments as long as all connected functions are callable with the same arguments.



More in Python-Maintenance-free Signals implementation

Maintenance Free Signals Implementation