iode.Identities.variables
- property Identities.variables: List[str]
Return the list of variables used in the identities of (the subset of) the database.
Examples
>>> from iode import SAMPLE_DATA_DIR >>> from iode import identities >>> identities.load(f"{SAMPLE_DATA_DIR}/fun.idt") Loading .../fun.idt 48 objects loaded >>> identities["A*;N*"].variables ['KNFFY', 'NFYH', 'PKF', 'PM', 'QAFF', ..., 'WCF', 'WCRH', 'WMIN', 'ZJ']