Ens.Util.PyByRef
class Ens.Util.PyByRef extends %Library.RegisteredObject
Helper to return additional values from Embedded Python methods to ObjectScript methods Instead of a ByRef argument An instance of Ens.Util.PyByRef is createdset status=##class(Ens.Util.PyByRef).%New()
status.value=iris.cls("%SYSTEM.Status").ERROR(5001,"Some Error")
if $$$ISERR(status.value) ...
Property Inventory
Properties
property value as %RawString;
Property methods: valueGet(), valueIsValid(), valueSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()