Home | History | Annotate | Download | only in test

Lines Matching refs:rec

165         rec = c.first()
166 while rec is not None:
169 print rec
170 key, value = rec
173 rec = getattr(c, "next")()
180 rec = c.last()
181 while rec is not None:
184 print rec
185 key, value = rec
187 rec = c.prev()