コード例 #1
0
ファイル: base.py プロジェクト: wpjunior/proled
 def _close(self):
     """Closes the ZODB connection."""
     transaction.abort()
     connections.closeAll()
コード例 #2
0
 def _close(self):
     '''Closes the ZODB connection.'''
     transaction.abort()
     connections.closeAll()
コード例 #3
0
ファイル: sandbox.py プロジェクト: wpjunior/proled
 def _close(self):
     '''Clears the transaction and the AppZapper.'''
     AppZapper().clear()
     transaction.abort()
     connections.closeAll()
コード例 #4
0
ファイル: sandbox.py プロジェクト: tseaver/Zope-RFA
 def _close(self):
     '''Clears the transaction and the AppZapper.'''
     AppZapper().clear()
     transaction.abort()
     connections.closeAll()