Package dbf :: Module ver_33 :: Class _Db3Memo
[hide private]
[frames] | no frames]

Class _Db3Memo

source code

object --+    
         |    
  _DbfMemo --+
             |
            _Db3Memo

dBase III specific

Instance Methods [hide private]
 
_init(self)
Initialize disk file usage
source code
 
_get_memo(self, block)
Retrieve memo contents from disk
source code
 
_put_memo(self, data)
Store memo contents to disk
source code
 
_zap(self)
Resets memo structure back to zero memos
source code

Inherited from _DbfMemo: __init__, get_memo, put_memo

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_init(self)

source code 

Initialize disk file usage

Overrides: _DbfMemo._init
(inherited documentation)

_get_memo(self, block)

source code 

Retrieve memo contents from disk

Overrides: _DbfMemo._get_memo
(inherited documentation)

_put_memo(self, data)

source code 

Store memo contents to disk

Overrides: _DbfMemo._put_memo
(inherited documentation)

_zap(self)

source code 

Resets memo structure back to zero memos

Overrides: _DbfMemo._zap
(inherited documentation)