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:
parent
ffaed6517a
commit
2fbca9593e
1 changed files with 2 additions and 0 deletions
2
external/interfaces.py
vendored
2
external/interfaces.py
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue