Package Pyblio :: Package Stores :: Package bsddbstore :: Class _NoTxnEnv
[hide private]
[frames] | no frames]

Class _NoTxnEnv

source code

object --+    
         |    
   _TxnEnv --+
             |
            _NoTxnEnv

I pretend to be a DBEnv, with overloadable txn management functions. I work when transactions are disabled.

Instance Methods [hide private]
 
txn_begin(self, *args, **kargs) source code
 
txn_commit(self, txn) source code
 
txn_abort(self, txn) source code

Inherited from _TxnEnv: __init__, open

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

txn_begin(self, *args, **kargs)

source code 
Overrides: _TxnEnv.txn_begin

txn_commit(self, txn)

source code 
Overrides: _TxnEnv.txn_commit

txn_abort(self, txn)

source code 
Overrides: _TxnEnv.txn_abort