join
JoinedOfflineEnvironment(environments)
Bases: OfflineEnvironment
Environment that joins multiple offline environments.
Attributes:
Name | Type | Description |
---|---|---|
environments |
Iterable[OfflineEnvironment]
|
The offline environments to join. |
Initialize the joined offline environment.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
environments
|
Iterable[OfflineEnvironment]
|
The offline environments to join. |
required |
Source code in src/flowcean/polars/environments/join.py
18 19 20 21 22 23 24 25 |
|