stalker.models.mixins.ReferenceMixin

Inheritance diagram of stalker.models.mixins.ReferenceMixin
class stalker.models.mixins.ReferenceMixin(references=None, **kwargs)

Bases: object

Adds reference capabilities to the mixed in class.

References are stalker.models.link.Link instances or anything derived from it, which adds information to the attached objects. The aim of the References are generally to give more info to direct the evolution of the object.

Parameters:references (list of Link instances.) – A list of Link instances.
__init__(references=None, **kwargs)

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__([references]) x.__init__(…) initializes x; see help(type(x)) for signature

Attributes

ReferenceMixin.references