| python Programming Glossary: grid_typeValidating a form with overloaded _init_ http://stackoverflow.com/questions/12081628/validating-a-form-with-overloaded-init  Grids_Selection.Grid_Choices def __init__ self Grid_Type args kwargs super Isochrone_Set_Parameters self .__init__ args.. Isochrone_Set_Parameters self .__init__ args kwargs if Grid_Type Grids_Selection.Grid_Values 0 Choices '0.0' '0.0' '0.1' '0.1'.. 'Rotation_Rate' forms.ChoiceField choices Choices elif Grid_Type Grids_Selection.Grid_Values 1 Choices '0.0' '0.0' '0.568' '0.568'.. 
 |