示例#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
 def _close(self):
     '''Clears the transaction and the AppZapper.'''
     AppZapper().clear()
     transaction.abort()
     connections.closeAll()
示例#4
0
 def _close(self):
     '''Clears the transaction and the AppZapper.'''
     AppZapper().clear()
     transaction.abort()
     connections.closeAll()