GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
model.WritePythonFile Class Reference

Public Member Functions

def __init__
 Class for exporting model to Python script. More...
 

Data Fields

 fd
 
 model
 
 indent
 

Detailed Description

Definition at line 1980 of file model.py.

Constructor & Destructor Documentation

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

Class for exporting model to Python script.

Parameters
fdfile desciptor

Definition at line 1981 of file model.py.

Field Documentation

model.WritePythonFile.fd

Definition at line 1986 of file model.py.

model.WritePythonFile.indent

Definition at line 1988 of file model.py.

model.WritePythonFile.model

Definition at line 1987 of file model.py.

Referenced by frame.GMFrame.OnDone().


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