pytuflow.TuflowBinaries.items#
- TuflowBinaries.items()#
Generator that yields the TUFLOW binary versions and paths as tuples.
- Yields:
tuple[str, str] – Tuple containing the TUFLOW version name and path to the binary.
- Return type:
Generator[tuple[str, str], None, None]