Module clients
source code
Copyright 2009 Glencoe Software, Inc. All rights reserved. Use is
subject to license terms supplied in LICENSE.txt
|
BaseClient
Central client-side blitz entry point, and should be in sync with
OmeroJava's omero.client and OmeroCpp's omero::client.
|
|
ObjectFactory
Responsible for instantiating objects during deserialization.
|
|
api = __import__('omero.api')
|
|
model = __import__('omero.model')
|
|
__name__ = __name__
|
|
sys = __import__("sys")
|
Imports:
omero,
exceptions,
traceback,
threading,
logging,
Ice,
Glacier2,
Glacier2_Router_ice,
uuid,
util