示例#1
0
 def __init__(self, **kwargs):
     self._autocommit = kwargs.get('autocommit', True)
     SQLObjectStore.__init__(self, **kwargs)
示例#2
0
 def __init__(self, **kwargs):
     self._autocommit = kwargs.pop('autocommit', False)
     SQLObjectStore.__init__(self, **kwargs)
示例#3
0
 def __init__(self, **kwargs):
     self._autocommit = kwargs.pop('autocommit', False)
     SQLObjectStore.__init__(self, **kwargs)