message_ix_models.model.transport.files.add
- message_ix_models.model.transport.files.add(*, replace: bool = False, **kwargs)[source]
Add or replace an entry in
FILES
.- Parameters:
replace (
bool
,*optional*
) – IfTrue
, replace any existing entry inFILES
that targets an equivalent key to the one implied by kwargs. Otherwise (default), raise an exception.kwargs – Passed on to
ExogenousDataFile
.