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

Class Iter

source code

 object --+    
          |    
_Navigation --+
              |
             Iter

Provides iterable behavior for a table

Instance Methods [hide private]
 
__init__(self, table, include_vapor=False)
Return a Vapor record as the last record in the iteration if include_vapor is True
source code
 
__iter__(self) source code
 
__next__(self) source code

Inherited from _Navigation: bof, bottom, current, current_record, eof, first_record, goto, last_record, next_record, prev_record, skip, top

Inherited from _Navigation (private): _get_index, _nav_check

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

Class Variables [hide private]

Inherited from _Navigation (private): _index

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, table, include_vapor=False)
(Constructor)

source code 

Return a Vapor record as the last record in the iteration if include_vapor is True

Overrides: object.__init__