[ 原始碼: obsub ]
套件:python3-obsub(0.2.1-2)
Python 3.x module that implements the observer pattern via a decorator
The @event decorator makes functions or methods "observable". Consuming code can subscribe callbacks to these decorated callables, and the callbacks will be triggered every time the callables are invoked.
其他與 python3-obsub 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)