Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes | List of all members
wowf.forms.Form Class Reference

Updated form object, which accepts a state variable to assist in more complex validation. More...

Inheritance diagram for wowf.forms.Form:
Inheritance graph
Collaboration diagram for wowf.forms.Form:
Collaboration graph

Public Member Functions

def __init__

Public Attributes

 state

Detailed Description

Updated form object, which accepts a state variable to assist in more complex validation.

Definition at line 18 of file __init__.py.

Constructor & Destructor Documentation

def wowf.forms.Form.__init__ (   self,
  formdata = None,
  obj = None,
  prefix = '',
  state = None,
  kwargs 
)

Definition at line 20 of file __init__.py.

Member Data Documentation

wowf.forms.Form.state

Definition at line 24 of file __init__.py.


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