dabo Commit
Revision 6942
Date: 2011-10-27 16:08:10 -0700 (Thu, 27 Oct 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6942
Changed:
U trunk/dabo/biz/dBizobj.py
Log:
My docstring was wrong; fixed.
Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py 2011-10-27 22:56:01 UTC (rev 6941)
+++ trunk/dabo/biz/dBizobj.py 2011-10-27 23:08:10 UTC (rev 6942)
@@ -1519,10 +1519,10 @@
INTERNAL USE ONLY: This checks all the cursors including the
ones
out of context, and needs to be combined with the precise
function
like:
- if self._isAnyChanged() and
self.isAnyChanged()...
+ if self._isAnyChanged_fast() or
self._isAnyChanged_precise()...
Which will at least be much faster (and still correct) in the
case of
- _isAnyChanged() returning False.
+ _isAnyChanged_fast() returning False, and not much slower
otherwise.
"""
if includeNewUnchanged is None:
includeNewUnchanged = self.SaveNewUnchanged
_______________________________________________
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]