jfhbrook/pyee

[question] recommended documentation method

jlaine opened this issue · 2 comments

Hi!

First of all thanks for pyee and for making it asyncio-friendly with support for coroutines!

I am using pyee for aiortc, my Python/asyncio implementation of WebRTC . I was wondering whether you have a recommendation on how to document the events an object can emit?

Not specifically - I've detailed this in my own stuff inside the __init__ doctring for my subclass before, but I wouldn't go so far as to call that a rec.

Thanks for your answer, I might go the same way.