geonature.core.gn_synthese.utils.orm

geonature.core.gn_synthese.utils.orm#

Functions#

is_already_joined(my_class, query)

Check if the given class is already present is the current query

Module Contents#

geonature.core.gn_synthese.utils.orm.is_already_joined(my_class, query)[source]#

Check if the given class is already present is the current query _class: SQLAlchemy class query: SQLAlchemy query return boolean