GRASS Programmer's Manual  6.4.2(2012)
python.task.processTask Class Reference

A ElementTree handler for the --interface-description output, as defined in grass-interface.dtd. More...

Public Member Functions

def __init__
def get_task
 Get grassTask instance.

Data Fields

 task
 root

Detailed Description

A ElementTree handler for the --interface-description output, as defined in grass-interface.dtd.

Extend or modify this and the DTD if the XML output of GRASS' parser is extended or modified.

Parameters:
treeroot tree node
taskgrassTask instance or None
blackListlist of flags/params to hide
Returns:
grassTask instance

Definition at line 276 of file task.py.


Constructor & Destructor Documentation

def python.task.processTask.__init__ (   self,
  tree,
  task = None,
  blackList = None 
)

Definition at line 287 of file task.py.


Member Function Documentation


Field Documentation

Definition at line 287 of file task.py.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines