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