Previous topic

stalker.core.errors.DBError

Next topic

stalker.core.models.ReferenceMixin

This Page

stalker.core.models.ProjectMixin

Inheritance diagram of stalker.core.models.ProjectMixin

class stalker.core.models.ProjectMixin(project=None, **kwargs)[source]

Bases: object

Gives the ability to connect to a Project to the mixed in object.

Parameters:project (Project) – A Project instance holding the project which this object is related to. It can not be None, or anything other than a Project instance.
__init__(project=None, **kwargs)[source]

Methods

__init__(**kwargs[, project])