Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
Status Future consideration
Categories InterSystems IRIS
Created by Evgeny Shvarov
Created on Oct 6, 2022

Add the option to call class parameters in Embedded Python

Currently, class parameters can be called in ObjectScript in the following way:

write ..#ParameterName

The same construction in Embedded Python looks like this:

import iris
print(iris.cls('ClassName')._GetParameter("ParameterName")

Could it be simplified it to:

self.ParameterName?
  • ADMIN RESPONSE
    Jun 9, 2023

    Thank you for submitting the idea. The status has been changed to "Future consideration".

    Stay tuned!