On Aug 16, 2011, at 8:20 AM, Jacek Kalucki wrote:

> -                     ret = min(self.__rownumber, self._getRowCount() - 1)
> +                     ret = min(self.__rownumber, self.RowCount - 1)

        FWIW, the general approach is to use the direct getter function within 
the class, and the property from outside the class. Probably a silly 
distinction, but you'll see this pattern a lot.


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to