cc1
v2.1
CC1 source code docs
|
Form for adding HTTP to image. More...
Public Member Functions | |
def | __init__ |
def | clean_disk_controller |
Cast 'disk_controller' to int. | |
def | clean_network_device |
Cast 'network_device' to int. | |
def | clean_platform |
Cast 'platform' to int. | |
def | clean_video_device |
Cast 'video_device' to int. |
Static Public Attributes | |
tuple | platform |
Form for adding HTTP to image.
Definition at line 135 of file storage_image.py.
def src.wi.forms.storage_image.ConvertImageForm.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 140 of file storage_image.py.
def src.wi.forms.storage_image.ConvertImageForm.clean_disk_controller | ( | self | ) |
Cast 'disk_controller' to int.
Definition at line 164 of file storage_image.py.
def src.wi.forms.storage_image.ConvertImageForm.clean_network_device | ( | self | ) |
Cast 'network_device' to int.
Definition at line 178 of file storage_image.py.
def src.wi.forms.storage_image.ConvertImageForm.clean_platform | ( | self | ) |
Cast 'platform' to int.
Definition at line 185 of file storage_image.py.
def src.wi.forms.storage_image.ConvertImageForm.clean_video_device | ( | self | ) |
Cast 'video_device' to int.
Definition at line 171 of file storage_image.py.
|
static |
Definition at line 137 of file storage_image.py.