GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gmodeler.WritePythonFile Class Reference

Public Member Functions

def __init__
 Class for exporting model to Python script.

Data Fields

 fd
 model
 indent

Detailed Description

Definition at line 4726 of file gmodeler.py.

Constructor & Destructor Documentation

def gui_modules.gmodeler.WritePythonFile.__init__ (   self,
  fd,
  model 
)

Class for exporting model to Python script.

Parameters
fdfile desciptor

Definition at line 4727 of file gmodeler.py.

Field Documentation

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().


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