GRASS Programmer's Manual
6.4.2(2012)
|
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 | |
namespace | python.task |
namespace | grass.script.task |
GRASS Python scripting module (task) |
Functions | |
def | python.task.get_interface_description |
Returns the XML description for the GRASS cmd. | |
def | python.task.parse_interface |
Parse interface of given GRASS module. | |
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. |