iode.Identity.copy

Identity.copy() Self[source]

Return a copy of the current Identity.

Examples

>>> from iode import Identity
>>> idt = Identity("FLG/VBBP")
>>> idt
Identity('FLG/VBBP')
>>> copied_idt = idt.copy()
>>> copied_idt
Identity('FLG/VBBP')