Question Julius Kavay · Apr 29 What is the REAL content of $THIS (because it seems, $THIS is not always the expected $THIS)? According to documentation, quotation: "$THIS contains the current class context.The class context for an instance method is the current object reference (OREF).The class context for a class method is the current classname as a string value." #ObjectScript #InterSystems IRIS 0 4 0 106
Question Julius Kavay · Apr 22 What the heck is a "Reentrant request"? I'm playing with %Net.DB.Iris and stumbled over a mystery #Distributed Data Management #InterSystems IRIS 0 5 0 85
Question Julius Kavay · Nov 23, 2023 Python Object Not Found I'm in a very early phase of an project where some of the methods should be written in python. Occasionally, projects also have byproducts, I call them utility methods, because some of the methods the project uses can also be used in other applications too. I tend to put such methods in percent classes, so they can be used everywhere, independent of the namespace, where an application runs. I try to do the same in my current project too, merely with python it doesn't works! Why? #InterSystems IRIS 1 5 0 516