Archived
This forum has been archived. Please start a new discussion on GitHub.
Reflection capability in IcePy?

joshmoore
Germany
in Help Center
Is there a way to determine the types of a python slice field at run-time? Internally, Ice knows what the field should be and can display that information:
Here, an RString is a subclass of a generic RType. In our django-based web app dynamically determining which subclass to use field fails when that field is None.
Any ideas, guys?
Thanks!
_name = <invalid value - expected ::omero::RString>
Here, an RString is a subclass of a generic RType. In our django-based web app dynamically determining which subclass to use field fails when that field is None.
Any ideas, guys?
Thanks!
0
Comments
-
Sorry, Ice for python does not currently have the introspection support you require.0