Source: factory.core/extend.edit/ObjChannelEdit.py
Edit helper with YAML import/export for channels.
| Method | Signature | Description |
|---|---|---|
| load | load(channel_name: str, package: Optional[str] = None) -> dict |
|
| list_channels | list_channels(package: Optional[str] = None) -> list[dict] |
|
| export_to_file | export_to_file(channel_name: str, filename: Optional[str] = None, package: Optional[str] = None) -> bool |
|
| import_from_data | import_from_data(data: dict, package: Optional[str] = None) -> bool |
|
| import_from_file | import_from_file(filename: str, package: Optional[str] = None) -> bool |