Ev-manager

Latest version: v0.1.0

Safety actively analyzes 623642 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

Added:
- Base class `Event` which can be used to provide better type safety

Changed:
- `unbind`, `unbind_all` & `is_bound` now checks the function's name & module name rather than checking the actual reference.
This is because modules might be reloaded and so the reference stored is no longer the same as the new reloaded one.
If you want to use the reference to unbind etc. use `by_ref = true` as a parameter in those functions.

0.0.6

Fixed:
- The `bind` function not working

0.0.5

Fixed:
* An error that occurred if a event was fired without any functions being bound to it.

Changed:
* `unbind_all` now only accepts keyword arguments

Updated:
* Added some additional function docstrings + updated some existing ones
* Updated the ReadMe with a list of available functions

0.0.3

Fixed:
- Broken import in the __init__.py file

0.0.2

Initial Release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.