Package omero :: Module tables :: Class TableI
[hide private]
[frames] | no frames]

Class TableI

source code


Spreadsheet implementation based on pytables.

Instance Methods [hide private]
 
__init__(self, ctx, file_obj, storage, uuid="unknown")
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
check(self)
Called periodically to check the resource is alive.
source code
 
cleanup(self)
Decrements the counter on the held storage to allow it to be cleaned up.
source code
 
__str__(self)
str(x)
source code
 
close(self, current=None) source code
 
getOriginalFile(self, current=None) source code
 
getHeaders(self, current=None) source code
 
getMetadata(self, current=None) source code
 
getNumberOfRows(self, current=None) source code
 
getWhereList(self, condition, variables, start, stop, step, current=None) source code
 
readCoordinates(self, rowNumbers, current=None) source code
 
read(self, colNumbers, start, stop, current=None) source code
 
slice(self, colNumbers, rowNumbers, current=None) source code
 
initialize(self, cols, current=None) source code
 
addColumn(self, col, current=None) source code
 
addData(self, cols, current=None) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ctx, file_obj, storage, uuid="unknown")
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

check(self)

source code 

Called periodically to check the resource is alive. Returns False if this resource can be cleaned up. (Resources API)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

close(self, current=None)

source code 
Decorators:
  • @remoted
  • @perf

getOriginalFile(self, current=None)

source code 
Decorators:
  • @remoted
  • @perf

getHeaders(self, current=None)

source code 
Decorators:
  • @remoted
  • @perf

getMetadata(self, current=None)

source code 
Decorators:
  • @remoted
  • @perf

getNumberOfRows(self, current=None)

source code 
Decorators:
  • @remoted
  • @perf

getWhereList(self, condition, variables, start, stop, step, current=None)

source code 
Decorators:
  • @remoted
  • @perf

readCoordinates(self, rowNumbers, current=None)

source code 
Decorators:
  • @remoted
  • @perf

read(self, colNumbers, start, stop, current=None)

source code 
Decorators:
  • @remoted
  • @perf

slice(self, colNumbers, rowNumbers, current=None)

source code 
Decorators:
  • @remoted
  • @perf

initialize(self, cols, current=None)

source code 
Decorators:
  • @remoted
  • @perf

addColumn(self, col, current=None)

source code 
Decorators:
  • @remoted
  • @perf

addData(self, cols, current=None)

source code 
Decorators:
  • @remoted
  • @perf