apify-sdk-python
apify-sdk-python copied to clipboard
EventManager is missing from the docs
While reworking links within platform documentation, I noticed that in Python SDK reference documentation EventManager is completely missing. It seems that it has @ignoredocs https://github.com/apify/apify-sdk-python/blob/master/src/apify/event_manager.py
Is this a bad thing though? The EventManager is supposed to be hidden under Actor.on and Actor.off.
Currently, it's visible in the JS SDK and hidden in the Python SDK. Let's make it consistent (one way or another).
I'm in favor of hiding it from the JS SDK docs
This was resolved in https://github.com/apify/apify-sdk-python/pull/509, see https://docs.apify.com/sdk/python/reference/class/PlatformEventManager.