NoTransaction¶
- class lsst.resources.utils.NoTransaction¶
- Bases: - object- A simple emulation of the - DatastoreTransactionclass.- Notes - Does nothing. Used as a fallback in the absence of an explicit transaction class. - Methods Summary - undoWith(name, undoFunc, *args, **kwargs)- No-op context manager to replace - DatastoreTransaction.- Methods Documentation