We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e3e13 commit 9b9de24Copy full SHA for 9b9de24
isc/py/Callout.cls
@@ -86,7 +86,7 @@ ClassMethod SimpleStringFull(code = {"import random;" _ $$$NL _ "x=random.random
86
/// return value of variable str evaluation
87
/// TODO determine wide variable value.
88
/// write ##class(isc.py.Callout).SimpleString()
89
-ClassMethod SimpleString(code As %String = {"import random;" _ $$$NL _ "x=random.random();"}, variable As %String = "x") As %Double
+ClassMethod SimpleString(code As %String = "", variable As %String = "") As %Double
90
{
91
set converted = $$$NO
92
if $ZISWIDE(code) {
0 commit comments