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:
>>> # view is "Gene.symbol", "Gene.organism.name" >>> row["symbol"] >>> row["Gene.symbol"] >>> row[0] >>> row[:1]
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
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 Jul 28 19:30:51 2011 | http://epydoc.sourceforge.net |