ExperimentSession.db_misc#

property ExperimentSession.db_misc[source]#

Document collection for miscellaneous data.

If the option ‘misc_collection’ was defined for the main mongo saving agent, that collection will be returned. Otherwise, the main collection of the main mongo saving agent will be returned.

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