Package intermine :: Module results :: Class TableResultRow
[hide private]
[frames] | no frames]

Class TableResultRow

source code

object --+    
         |    
 ResultRow --+
             |
            TableResultRow

A class for parsing results from the jsonrows data format.

Instance Methods [hide private]
 
__getitem__(self, key) source code
 
to_l(self)
Return a list view of this row
source code

Inherited from ResultRow: __init__, __iter__, __len__, __str__, has_key, items, iteritems, iterkeys, itervalues, keys, to_d, values

Inherited from ResultRow (private): _get_index_for

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]

__getitem__(self, key)
(Indexing operator)

source code 
Overrides: ResultRow.__getitem__

to_l(self)

source code 

Return a list view of this row

Overrides: ResultRow.to_l