GRASS Programmer's Manual  6.4.4(2014)-r
task.py File Reference

Go to the source code of this file.

Data Structures

class  python.task.grassTask
 This class holds the structures needed for filling by the parser. More...
 
class  python.task.processTask
 A ElementTree handler for the –interface-description output, as defined in grass-interface.dtd. More...
 

Namespaces

 python.task
 
 grass.script.task
 GRASS Python scripting module (task)
 

Functions

def python.task.get_interface_description (cmd)
 Returns the XML description for the GRASS cmd. More...
 
def python.task.parse_interface
 Parse interface of given GRASS module. More...
 
def python.task.command_info (cmd)
 Returns meta information for any GRASS command as dictionary with entries for description, keywords, usage, flags, and parameters, e.g. More...