apify / apify-sdk-python

The Apify SDK for Python is the official library for creating Apify Actors in Python. It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.
https://docs.apify.com/sdk/python
Apache License 2.0
113 stars 9 forks source link

EventManager is missing from the docs #211

Open TC-MO opened 1 month ago

TC-MO commented 1 month ago

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

janbuchar commented 1 month ago

Is this a bad thing though? The EventManager is supposed to be hidden under Actor.on and Actor.off.

vdusek commented 1 month ago

Currently, it's visible in the JS SDK and hidden in the Python SDK. Let's make it consistent (one way or another).