Why is there no explicit sys module in lib/python
Posted: Thu Jun 25, 2009 11:59 am
Heya!
I find it a little bit irritating that there's no explicit omero.sys module and in particular no omero.sys.ParametersI class in the python API. I have to write
from omero_sys_ParametersI import ParametersI
Can't you add the same mechanism for the sys module as for the model module?
By the way, if it's not too long to explain: why do you have the omero_*_* files anyway, is this how slice2py spits out the python API?
Where is the content of the individual modules defined, I partly can understand the omero.api definition from the corresponding __init__.py file, pointing to omero_API_ice.py but how's the same done for omero.model?
I find it a little bit irritating that there's no explicit omero.sys module and in particular no omero.sys.ParametersI class in the python API. I have to write
from omero_sys_ParametersI import ParametersI
Can't you add the same mechanism for the sys module as for the model module?
By the way, if it's not too long to explain: why do you have the omero_*_* files anyway, is this how slice2py spits out the python API?
Where is the content of the individual modules defined, I partly can understand the omero.api definition from the corresponding __init__.py file, pointing to omero_API_ice.py but how's the same done for omero.model?