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