python-dispatch
python-dispatch copied to clipboard
Lightweight event handling for Python
Added an `AliasProperty` similar to Kivy but without the `kv` language specific attributes. This required refactoring the `__new__` method of the `Dispatcher` class. The bind argument to AliasProperty requires properties...
It seems the event for item removal doesnt include the removed item. ```py from pydispatch import Dispatcher from pydispatch.properties import DictProperty #old_dict = sys.modules old_dict = {} class MyDictListener(object): def...
It would be very handy to have an `ObservableModule`, especially for `sys` in order to identify which code is making changes there.
Hi, this package is installed as `pydispatch`, which conflicts with an older package https://pypi.org/project/pydispatch/ , hosted at http://pydispatcher.sourceforge.net/ , which happens to be packaged by most distros because it is...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...