Package omero :: Package install :: Module perf_test :: Class Item
[hide private]
[frames] | no frames]

Class Item

source code


Single line-item in the configuration file

Instance Methods [hide private]
 
__init__(self, line)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
repeat(self) source code
 
comment(self) source code
 
execute(self, ctx) source code
 
create_obj(self, ctx, name) source code
 
create_link(self, ctx, kls_name, parent, child) source code
 
_op_Import(self, ctx) source code
 
_op_ServerTime(self, ctx) source code
 
_op_LoadFormats(self, ctx) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, line)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)