Skip to content

feat(model): add attributes graphic options#248

Open
MaxNumerique wants to merge 10 commits into
nextfrom
feat/attributes-model
Open

feat(model): add attributes graphic options#248
MaxNumerique wants to merge 10 commits into
nextfrom
feat/attributes-model

Conversation

@MaxNumerique
Copy link
Copy Markdown
Contributor

No description provided.

@MaxNumerique MaxNumerique marked this pull request as ready for review May 26, 2026 10:41
geode_object = geode_functions.load_geode_object(params.id)
if not isinstance(geode_object, GeodeModel):
flask.abort(400, f"{params.id} is not a GeodeModel")
component = cast(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faut utiliser cast ou isinstance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants