omero_model_WellI class wrapper extends BlitzObjectWrapper.
|
__bstrap__(self)
Initialisation method which is implemented by subclasses to set their
class variables etc. |
source code
|
|
|
__prepare__(self,
**kwargs)
Initialisation method which is implemented by subclasses to handle
various init tasks |
source code
|
|
|
__reset__(self)
Clears child cache, so next _listChildren will query the server |
source code
|
|
|
|
generator of Ice client proxy objects for the child nodes
|
|
|
|
list of BlitzObjectWrapper ( or tuple(BlitzObjectWrapper, BlitzObjectWrapper) )
|
listParents(self,
withlinks=False)
Because wells are direct children of plates, with no links in
between, a special listParents is needed |
source code
|
|
|
getScreens(self)
returns the screens that link to plates that link to this well |
source code
|
|
Boolean
|
|
Int
|
|
WellSampleWrapper
|
|
ImageWrapper
|
|
WellSampleWrapper
|
|
Inherited from BlitzObjectWrapper :
__eq__ ,
__getattr__ ,
__init__ ,
__repr__ ,
canDelete ,
canOwnerWrite ,
canWrite ,
countChildren ,
countChildren_cached ,
creationEventDate ,
findChildByName ,
getAncestry ,
getAnnotation ,
getChildLinks ,
getDate ,
getDescription ,
getDetails ,
getId ,
getName ,
getOwner ,
getOwnerFullName ,
getOwnerOmeName ,
getParent ,
getParentLinks ,
isEditable ,
isLeaded ,
isOwned ,
isPrivate ,
isPublic ,
isReadOnly ,
isShared ,
linkAnnotation ,
listAnnotations ,
listChildren ,
listOrphanedAnnotations ,
removeAnnotations ,
save ,
saveAs ,
setDescription ,
setName ,
unlinkAnnotations ,
updateEventDate
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|