src/ztfy/utils/interfaces.py
branchZTK-1.1
changeset 177 b9ad5a9614c4
parent 176 a7275e2a9252
child 179 612a350cc660
equal deleted inserted replaced
176:a7275e2a9252 177:b9ad5a9614c4
   193         """Get ZEO connection setting as a JSON dict"""
   193         """Get ZEO connection setting as a JSON dict"""
   194 
   194 
   195     def update(self, settings):
   195     def update(self, settings):
   196         """Update internal fields with given settings dict"""
   196         """Update internal fields with given settings dict"""
   197 
   197 
   198     def getConnection(self, wait=False):
   198     def getConnection(self, wait=False, get_storage=False):
   199         """Open ZEO connection with given settings"""
   199         """Open ZEO connection with given settings"""