cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.forms.farm.CreateFarmForm2 Class Reference

Second step of form for creating a farm. More...

Public Member Functions

def __init__
def clean
 Checks if there is enough space on CM.
def clean_count
 Cast 'count' to int.
def clean_head_template_id
 Cast 'head_template_id' to int.
def clean_worker_template_id
 Cast 'worker_template_id' to int.

Public Attributes

 session

Detailed Description

Second step of form for creating a farm.

Definition at line 62 of file farm.py.

Constructor & Destructor Documentation

def src.wi.forms.farm.CreateFarmForm2.__init__ (   self,
  args,
  kwargs 
)

Definition at line 63 of file farm.py.

Member Function Documentation

def src.wi.forms.farm.CreateFarmForm2.clean (   self)

Checks if there is enough space on CM.

Definition at line 116 of file farm.py.

def src.wi.forms.farm.CreateFarmForm2.clean_count (   self)

Cast 'count' to int.

Definition at line 109 of file farm.py.

def src.wi.forms.farm.CreateFarmForm2.clean_head_template_id (   self)

Cast 'head_template_id' to int.

Definition at line 89 of file farm.py.

def src.wi.forms.farm.CreateFarmForm2.clean_worker_template_id (   self)

Cast 'worker_template_id' to int.

Definition at line 99 of file farm.py.

Member Data Documentation

src.wi.forms.farm.CreateFarmForm2.session

Definition at line 65 of file farm.py.


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