cascade.data.Targets

class cascade.data.Targets(targets: str | Iterable[str] | None = None)[source]

Bases: frozenset[str]

Intervention targets

Parameters:

targets – A string of comma-separated target names

Note

Use empty string for no targets

Attributes

SEP