| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_Navigation
Navigation base class that provides VPFish movement methods
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_index = -1
|
|||
|
|||
|
bof returns True if no more usable records towards the beginning of the table |
|||
|
current_record returns current record (deleted or not) |
|||
|
current returns current index |
|||
|
eof returns True if no more usable records towards the end of the table |
|||
|
first_record returns first available record (does not move index) |
|||
|
last_record returns last available record (does not move index) |
|||
|
next_record returns next available record (does not move index) |
|||
|
prev_record returns previous available record (does not move index) |
|||
|
|||
changes the record pointer to the first matching (deleted) record where should be either an integer, or 'top' or 'bottom'. top -> before first record bottom -> after last record |
|
|||
bofreturns True if no more usable records towards the beginning of the table
|
current_recordreturns current record (deleted or not)
|
currentreturns current index
|
eofreturns True if no more usable records towards the end of the table
|
first_recordreturns first available record (does not move index)
|
last_recordreturns last available record (does not move index)
|
next_recordreturns next available record (does not move index)
|
prev_recordreturns previous available record (does not move index)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 4 21:20:42 2015 | http://epydoc.sourceforge.net |