GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

python.task.processTask.root

Definition at line 295 of file task.py.

python.task.processTask.task

Definition at line 289 of file task.py.

Referenced by python.task.processTask.get_task().


The documentation for this class was generated from the following file: