GRASS Programmer's Manual  6.5.svn(2014)-r66266
 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. More...
 

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 284 of file task.py.

Constructor & Destructor Documentation

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

Definition at line 295 of file task.py.

Member Function Documentation

def python.task.processTask.get_task (   self)

Field Documentation

python.task.processTask.root

Definition at line 303 of file task.py.

python.task.processTask.task

Definition at line 297 of file task.py.

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


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