Public Member Functions | Properties | Private Attributes
webtest.forms.Checkbox Class Reference
Inheritance diagram for webtest.forms.Checkbox:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def checked__get
def checked__set
def value__get
def value__set

Properties

 checked = property(checked__get, checked__set)
 value = property(value__get, value__set)

Private Attributes

 _checked

Detailed Description

Field representing ``<input type="checkbox">``

.. attribute:: checked

    Returns True if checkbox is checked.

Definition at line 254 of file forms.py.


Constructor & Destructor Documentation

def webtest.forms.Checkbox.__init__ (   self,
  args,
  attrs 
)

Definition at line 263 of file forms.py.


Member Function Documentation

Definition at line 281 of file forms.py.

def webtest.forms.Checkbox.checked__set (   self,
  value 
)

Definition at line 284 of file forms.py.

Reimplemented from webtest.forms.Field.

Definition at line 270 of file forms.py.

def webtest.forms.Checkbox.value__set (   self,
  value 
)

Reimplemented from webtest.forms.Field.

Definition at line 267 of file forms.py.


Member Data Documentation

Definition at line 263 of file forms.py.


Property Documentation

Definition at line 287 of file forms.py.

Reimplemented from webtest.forms.Field.

Definition at line 279 of file forms.py.


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


webtest
Author(s): AlexV
autogenerated on Sat Jun 8 2019 20:32:08