Analytical Tool Project Python Module

TransactionKeyValue links Transactions and Keys and Values objects.

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

TransactionKeyValue attributes are foreign keys.

Attributes:
DoesNotExist

alias of AToolProjectDoesNotExist

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.