Beispiel #1
0
 def cpp_value(self):
     return py_to_cpp(str(self.ufo_parameter.value))
Beispiel #2
0
 def cpp_value(self):
     return py_to_cpp(self.ufo_coupling.value)
Beispiel #3
0
 def cpp_value(self, parameter_map=None):
     return py_to_cpp(str(self.ufo_parameter.value), parameter_map)
Beispiel #4
0
 def cpp_value(self):
     return py_to_cpp(str(self.ufo_parameter.value))
Beispiel #5
0
 def cpp_value(self):
     return py_to_cpp(self.ufo_coupling.value)