pyrit.models.Identifiable#
- class Identifiable[source]#
Bases:
objectAbstract base class for objects that can provide an identifier dictionary.
This is a legacy interface that will eventually be replaced by Identifier dataclass. Classes implementing this interface should return a dict describing their identity.
- __init__()#
Methods