- edited description
comboBox of class function
Issue #94
resolved
If the function of a class are defined in such a way:
def function(self, varA : int, varB : int) → int:
sum = varA + varB
return sum
Than the comboBox at the top of the script editor does not show this function:
When the return variable datatype is not given, the function is show in the comboBox:
Comments (3)
-
reporter -
reporter - changed status to resolved
fixes
#94to correctly show the methods in the comboBox of the code editor→ <<cset 419a3ab7fde5>>
-
- changed version to 4.0
- Log in to comment