GRASS Programmer's Manual  6.4.4(2014)-r
model.WritePythonFile Class Reference

Public Member Functions

def __init__ (self, fd, model)
 Class for exporting model to Python script. More...
 

Data Fields

 fd
 
 model
 
 indent
 

Detailed Description

Definition at line 1974 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 1975 of file model.py.

Field Documentation

model.WritePythonFile.fd

Definition at line 1980 of file model.py.

model.WritePythonFile.indent

Definition at line 1982 of file model.py.

model.WritePythonFile.model

Definition at line 1981 of file model.py.

Referenced by frame.GMFrame.OnDone().


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