class documentation

class AllPages(PageSelection): (source)

View In Hierarchy

Selection of all pages in a notebook
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 title Undocumented

Inherited from PageSelection:

Class Variable prefix Undocumented
def __init__(self, notebook): (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