class documentation

class SubPages(SinglePage): (source)

View In Hierarchy

Selection of pages in sub-tree of a notebook
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

Inherited from SinglePage:

Method __init__ Undocumented
Instance Variable name Undocumented
Instance Variable notebook Undocumented
Instance Variable page Undocumented
Instance Variable prefix Undocumented
Instance 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