Analytical Tool Project Python Module

TransactionKeyValue links Transactions and Keys and Values objects.

class pacifica.metadata.orm.atool_project.AToolProject(*args, **kwargs)[source]

TransactionKeyValue attributes are foreign keys.

Attributes:
DoesNotExist

alias of AToolProjectDoesNotExist

_meta = <peewee.Metadata object>
_schema = <peewee.SchemaManager object>
analytical_tool = <ForeignKeyField: AToolProject.analytical_tool>
analytical_tool_id = <ForeignKeyField: AToolProject.analytical_tool>
created = <ExtendDateTimeField: AToolProject.created>
deleted = <ExtendDateTimeField: AToolProject.deleted>
from_hash(obj)[source]

Convert the hash into the object.

project = <ForeignKeyField: AToolProject.project>
project_id = <ForeignKeyField: AToolProject.project>
to_hash(**flags)[source]

Convert the object to a hash.

updated = <ExtendDateTimeField: AToolProject.updated>
classmethod where_clause(kwargs)[source]

Where clause for the various elements.