Project Group Python Module

Project group relationship.

class pacifica.metadata.orm.project_group.ProjectGroup(*args, **kwargs)

Relates projects and groups objects.

Attributes:
DoesNotExist

alias of ProjectGroupDoesNotExist

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.