def _close(self): """Closes the ZODB connection.""" transaction.abort() connections.closeAll()
def _close(self): '''Closes the ZODB connection.''' transaction.abort() connections.closeAll()
def _close(self): '''Clears the transaction and the AppZapper.''' AppZapper().clear() transaction.abort() connections.closeAll()