ExperimentSession.db_main#

property ExperimentSession.db_main[source]#

Document collection of the main mongo saving agent.

You can use this property to interact with the collection through the pymongo api: https://pymongo.readthedocs.io/en/stable/

Returns

A collection object. If no mongo saving agent is present in the experiment, None is returned.

Return type

pymongo.collections.Collection