ogs5py.fileclasses.base.MultiFile
- class ogs5py.fileclasses.base.MultiFile(base, **standard)[source]
Bases:
objectClass holding mulitple files of the same type.
- Parameters:
base (
object) – Base class for the files**standard – Standard keyword arguments for new instances of the Base class.
- Attributes:
Methods
add(*args, **kwargs)Add a new instance of the base class with given args and kwargs.
append(file)Append a new file to the list.
delete([file_id])Delete a certain file.
Reset the Multi File.