class documentation

class SinglePage(PageSelection): (source)

Known subclasses: zim.export.selections.SubPages

View In Hierarchy

Selection of one specific page without subpages
Method __init__ Undocumented
Method __iter__ Iterate page objects @implementation: must be implemented by subclases
Method index Iterate path objects for template index() function, depth first @param namespace: the sub namespace to iterate or None to iterate toplevel
Instance Variable name Undocumented
Instance Variable notebook Undocumented
Instance Variable page Undocumented
Instance Variable prefix Undocumented
Instance Variable title Undocumented
def __init__(self, notebook, page): (source)

Undocumented

def __iter__(self): (source)
Iterate page objects
Unknown Field: implementation
must be implemented by subclases
def index(self, namespace=None): (source)
Iterate path objects for template index() function, depth first
Parameters
namespacethe sub namespace to iterate or None to iterate toplevel
page = (source)

Undocumented