pyrit.models.Identifiable#

class Identifiable[source]#

Bases: object

Abstract 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

abstract get_identifier() dict[str, str][source]#