Skip to content

Commit 9b9de24

Browse files
committed
SimpleString signature changes. All arguments default to empty strings
1 parent b5e3e13 commit 9b9de24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isc/py/Callout.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ClassMethod SimpleStringFull(code = {"import random;" _ $$$NL _ "x=random.random
8686
/// return value of variable str evaluation
8787
/// TODO determine wide variable value.
8888
/// write ##class(isc.py.Callout).SimpleString()
89-
ClassMethod SimpleString(code As %String = {"import random;" _ $$$NL _ "x=random.random();"}, variable As %String = "x") As %Double
89+
ClassMethod SimpleString(code As %String = "", variable As %String = "") As %Double
9090
{
9191
set converted = $$$NO
9292
if $ZISWIDE(code) {

0 commit comments

Comments
 (0)