Home | Trees | Indices | Help |
|
---|
|
object --+ | ResultObject
These objects are backed by a row of data and the class descriptor that describes the object. They allow access in standard object style:
>>> for gene in query.results(): ... print gene.symbol ... print map(lambda x: x.name, gene.pathways)
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 3 15:35:51 2011 | http://epydoc.sourceforge.net |