apify-sdk-python icon indicating copy to clipboard operation
apify-sdk-python copied to clipboard

EventManager is missing from the docs

Open TC-MO opened this issue 1 year ago • 3 comments

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

TC-MO avatar Jun 10 '24 08:06 TC-MO

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

janbuchar avatar Jun 13 '24 08:06 janbuchar

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

vdusek avatar Jun 13 '24 08:06 vdusek

I'm in favor of hiding it from the JS SDK docs

janbuchar avatar Aug 22 '24 13:08 janbuchar

This was resolved in https://github.com/apify/apify-sdk-python/pull/509, see https://docs.apify.com/sdk/python/reference/class/PlatformEventManager.

vdusek avatar Aug 12 '25 16:08 vdusek