Package omero
[hide private]
[frames] | no frames]

Package omero

source code

Primary OmeroPy types

Classes:

Copyright 2007, 2008 Glencoe Software, Inc. All rights reserved. Use is subject to license terms supplied in LICENSE.txt

Submodules [hide private]

Classes [hide private]
  ClientError
Top of client exception hierarchy.
  UnloadedEntityException
  UnloadedCollectionException
Functions [hide private]
 
client_wrapper(*args, **kwargs)
Returns an instance of omero.gateway.BlitzGateway created with all arguments passed to this method
source code
 
client(*args, **kwargs) source code
Variables [hide private]
  _sys = __import__("sys")
  msg = ...
  __import_style__ = None
hash(x)

Imports: warnings


Function Details [hide private]

client_wrapper(*args, **kwargs)

source code 

Returns an instance of omero.gateway.BlitzGateway created with all arguments passed to this method

Returns:
See above

Variables Details [hide private]

msg

Value:
"""

        ERROR: Ice version mismatch!

        Your OMERO code has been compiled using Ice version %s
        but you seem to have Ice version %s installed. If you need
        help understanding this issue, please send this error message
        to the OME community:
...