iode.Identity.lec

property Identity.lec: str

Return the LEC formula of the identity.

Returns:
str

Examples

>>> from iode import Identity
>>> idt = Identity("FLG/VBBP")
>>> idt
Identity('FLG/VBBP')
>>> idt.lec
'FLG/VBBP'
>>> idt.lec = "1"
>>> idt
Identity('1')
>>> idt.lec
'1'