Table of Contents

Class: TxnFile ./src/peak/storage/files.py

Transacted file (stream factory)

Base Classes   
TransactionComponent
FileFactory
Methods   
_open
_txnInProgress
abortTransaction
commitTransaction
delete
exists
  _open 
_open (
        self,
        mode,
        flags,
        ac,
        )

Exceptions   
NotImplementedError( "Mixed-mode (read/write) access not supported w/out autocommit" )
TypeError( "Invalid open mode:", mode )
  _txnInProgress 
_txnInProgress ( self )

Exceptions   
exceptions.TransactionInProgress( "Can't use autocommit with transaction in progress" )
  abortTransaction 
abortTransaction ( self,  txnService )

  commitTransaction 
commitTransaction ( self,  txnService )

  delete 
delete ( self,  autocommit=False )

  exists 
exists ( self )


Table of Contents

This document was automatically generated on Mon Apr 22 01:11:04 2024 by HappyDoc version 2.1