Home | Trees | Indices | Help |
|
---|
|
object --+ | ResultRow
An object for representing a row of data received back from the server. ======================================================================= 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 Mon Jul 25 02:24:44 2011 | http://epydoc.sourceforge.net |