From 246589707aa7e3a700b65790326546677ccaaa7d Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Wed, 25 Jan 2012 14:24:15 +1100 Subject: Replace WT_CURSOR::first,last} with WT_CURSOR::reset. --- lang/python/wiredtiger.i | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lang/python') diff --git a/lang/python/wiredtiger.i b/lang/python/wiredtiger.i index 0b107812bc0..c7a12729451 100644 --- a/lang/python/wiredtiger.i +++ b/lang/python/wiredtiger.i @@ -296,11 +296,6 @@ SELFHELPER(struct __wt_cursor) if not hasattr(self, '_iterable'): self._iterable = IterableCursor(self) return self._iterable - - def reset(self): - '''Forget the current cursor position''' - self.last() - self.next() %} }; -- cgit v1.2.1