Package omeroweb :: Package webclient :: Module webclient_gateway :: Class OmeroWebObjectWrapper
[hide private]
[frames] | no frames]

Class OmeroWebObjectWrapper

source code


Instance Methods [hide private]
 
countParents(self) source code
 
countAnnotations(self)
Count on annotations linked to the object and set the value on the custom fiels 'annotation_counter'.
source code
 
warpName(self)
Warp name of the object if names is longer then 30 characters.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  annotation_counter = None
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

countAnnotations(self)

source code 

Count on annotations linked to the object and set the value on the custom fiels 'annotation_counter'.

@return Counter

warpName(self)

source code 

Warp name of the object if names is longer then 30 characters.

@return Warped string.