class SubPages(SinglePage): (source)
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 |
zim.export.selections.SinglePage.index
Parameters | |
namespace | the sub namespace to iterate or None to iterate toplevel |