Results 1 to 2 of 2

Thread: Reflection capability in IcePy?

  1. #1
    joshmoore is offline Registered User
    Name: Josh Moore
    Organization: Glencoe Software, Inc.
    Project: OMERO, http://trac.openmicroscopy.org.uk/omero
    Join Date
    Feb 2007
    Location
    Germany
    Posts
    115

    Reflection capability in IcePy?

    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:
    Code:
        _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!

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    Sorry, Ice for python does not currently have the introspection support you require.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Java reflection / design issues
    By jelle in forum Help Center
    Replies: 2
    Last Post: 07-09-2006, 07:42 PM
  2. IcePy and shutdown
    By alexm in forum Help Center
    Replies: 6
    Last Post: 04-20-2006, 10:59 PM
  3. about icepy.py
    By code in forum Help Center
    Replies: 2
    Last Post: 06-12-2005, 03:26 PM
  4. IcePy on AIX?
    By zephyr007 in forum Help Center
    Replies: 1
    Last Post: 03-11-2005, 03:17 AM
  5. Reflection/DII
    By varora in forum Help Center
    Replies: 1
    Last Post: 03-18-2003, 08:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •