Document sitemapindex property

This commit is contained in:
Simeon Warner 2013-05-24 13:42:42 -04:00
parent 813332ca39
commit 506c44de30

View File

@ -29,6 +29,8 @@ class ListBase(ResourceContainer):
md - metadata information for the list (<rs:md>)
ln - link information for the list (<rs:ln>)
sitemapindex - defaults to False, set True if this is an index object
"""
def __init__(self, resources=None, count=None, md=None, ln=None):