program.data_types.data_type1 module
Created on Sep 6, 2016
@author: Stephane Gazaille
-
class
program.data_types.data_type1.DataType1(attribute1=None)[source]
Bases: object
Class description
-
get_attribute1()[source]
Method description goes here.
| Returns: | description of what the method returns goes here. |
-
set_attribute1(new_attribute1)[source]
Method description goes here.
| Parameters: | new_attribute1 – description of parameter goes here. |
| Returns: | description of what the method returns goes here. |