GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 |
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 |
Returns meta information for any GRASS command as dictionary with entries for description, keywords, usage, flags, and parameters, e.g. More... | |