[ZPT] CVS: Zope/lib/python/Products/PageTemplates/help - ZTUtils.py:1.5
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 18:17:25 -0400
Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/help
In directory cvs.zope.org:/tmp/cvs-serv23135/help
Modified Files:
ZTUtils.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/Products/PageTemplates/help/ZTUtils.py 1.4 => 1.5 ===
--- Zope/lib/python/Products/PageTemplates/help/ZTUtils.py:1.4 Wed Feb 13 20:49:50 2002
+++ Zope/lib/python/Products/PageTemplates/help/ZTUtils.py Wed Aug 14 18:17:24 2002
@@ -2,7 +2,7 @@
ZTUtils: Page Template Utilities
The classes in this module are available from Page Templates.
-
+
"""
class Batch:
@@ -23,7 +23,7 @@
4
>>> b[10]
IndexError: list index out of range
-
+
Batches have these public attributes:
start -- The first element number (counting from 1).
@@ -64,7 +64,7 @@
start -- The index of the start of the batch (counting from 0).
end -- The index of the end of the batch (counting from 0).
-
+
orphan -- The desired minimum batch size. This controls how
sequences are split into batches. If a batch smaller than the
orphan size would occur, then no split is performed, and a