Searched defs:Transaction (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/server/
H A Dtransaction.py53 """Base exception class for all Transaction exceptions."""
76 """Used to indicate that a Transaction operation failed.
119 return _("No Transaction matching ID '{0}' could be found.").format(
124 """Used to indicate that a Transaction is already open for use."""
127 return _("Transaction ID '{0}' is already open.").format(
131 class Transaction(object): class in inherits:object
132 """A Transaction is a server-side object used to represent the set of
133 incoming changes to a package. Manipulation of Transaction objects in
355 load Transaction data."""
454 the Transaction
[all...]
/pkg/src/modules/publish/
H A Dtransaction.py28 repository. Note that only the Transaction class should be used directly,
54 """Base exception class for all Transaction exceptions."""
683 class Transaction(object): class in inherits:object
691 Transaction to simulate all of the requested operations acting as if
701 opening a Transaction. Required by: open.

Completed in 35 milliseconds