pymrio.IOSystem.get_extensions

IOSystem.get_extensions(data=False)

Yields the extensions or their names

Parameters:data (boolean, optional) – If True, returns a generator which yields the extensions. If False, returns a generator which yields the names of the extensions (default)
Returns:
Return type:Generator for Extension or string