class documentation

class OpenProjectsTasks(AllTasks): (source)

View In Hierarchy

Undocumented

Method list_tasks No summary

Inherited from AllTasks:

Method __init__ Undocumented
Method __iter__ Undocumented
Method count_labels_and_tags_pages No summary
Method get_path Get the Path for the source of a task @param task: the task (as returned by list_tasks() @returns: an IndexPath object
Method get_task Undocumented
Method set_status_included Undocumented
Constant STYLE Undocumented
Instance Variable status Undocumented
Method _count_rows Undocumented
Class Variable _include_not_started Undocumented
Class Variable _sql_filter Undocumented
Instance Variable _pages Undocumented
Instance Variable _status_sql Undocumented

Inherited from IndexView (via AllTasks):

Class Method new_from_index Undocumented
Instance Variable db Undocumented
def list_tasks(self, parent=None): (source)
List tasks
Parameters
parentthe parent task (as returned by this method) or None to list all top level tasks
_sql_filtersql snippet, defaults to class attribute - private param used by sub-classes, do not use elsewhere
_include_not_startedboolean, defaults to class attribute - private param used by sub-classes, do not use elsewhere
Returns
a iterator of tasks at this level as sqlite Row objects