:py:mod:`geonature.core.gn_synthese.utils.orm` ============================================== .. py:module:: geonature.core.gn_synthese.utils.orm Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: geonature.core.gn_synthese.utils.orm.is_already_joined .. py:function:: is_already_joined(my_class, query) Check if the given class is already present is the current query _class: SQLAlchemy class query: SQLAlchemy query return boolean