iode.Lists.copy_from
- Lists.copy_from(input_files: str | List[str], names: str | List[str] = '*')[source]
Copy (a subset of) lists from the input file(s) ‘input_files’ into the current database.
- Parameters:
- input_file: str or list(str)
file(s) from which the copied lists are read.
- names: str or list(str)
list of lists to copy from the input file(s). Defaults to load all lists from the input file(s).