jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
371 stars 39 forks source link

ee.event_names #99

Closed jfhbrook closed 2 years ago

jfhbrook commented 2 years ago

This is a light rework of #96. I added a docstring and tests, and I debugged the issue with new_listener.

For more details on what I changed, see: https://github.com/jfhbrook/pyee/commit/c25cf566e4907e30fc7e66af35325833f8d700ce

cc @leirons