Project Participant Python Module

Project person relationship.

class pacifica.metadata.orm.project_participant.ProjectParticipant(*args, **kwargs)

Relates projects and users objects.

Attributes:
DoesNotExist

alias of ProjectParticipantDoesNotExist

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.