class documentation

class PageSelection(object): (source)

Known subclasses: zim.export.selections.AllPages, zim.export.selections.SinglePage

View In Hierarchy

Base class defining the public API
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
Class Variable name Undocumented
Class Variable notebook Undocumented
Class Variable prefix Undocumented
Class Variable title 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
prefix = (source)

Undocumented