GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
def | __init__ |
Class for exporting model to Python script. |
Data Fields | |
fd | |
model | |
indent |
Definition at line 4726 of file gmodeler.py.
def gui_modules.gmodeler.WritePythonFile.__init__ | ( | self, | |
fd, | |||
model | |||
) |
Class for exporting model to Python script.
fd | file desciptor |
Definition at line 4727 of file gmodeler.py.
gui_modules.gmodeler.WritePythonFile.fd |
Definition at line 4732 of file gmodeler.py.
gui_modules.gmodeler.WritePythonFile.indent |
Definition at line 4734 of file gmodeler.py.
gui_modules.gmodeler.WritePythonFile.model |
Definition at line 4733 of file gmodeler.py.
Referenced by wxgui.GMFrame.OnDone().