Skip to content

Taipy.core.tag

Add a tag to a scenario.

If the scenario's cycle already has another scenario tagged with tag, then this other scenario is untagged.

Parameters:

Name Type Description Default
scenario Scenario

The scenario to tag.

required
tag str

The tag to apply to the scenario.

required