add count field to Extractor class

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3650 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-12-14 15:44:30 +00:00
parent ffaed6517a
commit 2fbca9593e

View file

@ -107,6 +107,8 @@ class IExtractor(Interface):
top-level or root object.
"""
count = Attribute('Number of elements extracted.')
def extract():
""" Creates and returns a sequence of IElement objects by scanning
the content of the context object.