Home | Trees | Indices | Help |
|
---|
|
object --+ | ResultRow
ResultRows provide access to the fields of the row through index lookup. However, for convenience both list indexes and dictionary keys can be used. So the following all work:
>>> # Assuming the view is "Gene.symbol", "Gene.organism.name": >>> row[0] == row["symbol"] == row["Gene.symbol"] ... True
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 21 13:40:33 2013 | http://epydoc.sourceforge.net |