March 2003
Intermediate to advanced
656 pages
39h 30m
English
next
b.next( )Sets b’s current record
to the next record and returns a pair
(
key,value
)
for the next record. b
.next( ) raises KeyError if
b has no next record.