We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8445924 commit ca39b88Copy full SHA for ca39b88
src/dc/python/PersistentClass.cls
@@ -14,7 +14,7 @@ ClassMethod CreateRecord(propValue As %VarString = "TestString", ByRef id As %In
14
return sc
15
}
16
17
-ClassMethod CreateRecordPython(propValue As %VarString, ByRef id As %Integer) [ Language = python ]
+ClassMethod CreateRecordPython(propValue As %VarString, id As %Integer) [ Language = python ]
18
{
19
import iris
20
obj=iris.cls(__name__)._New()
0 commit comments