Home | Trees | Indices | Help |
|
---|
|
object --+ | ResultObject
An object used to represent result records as returned in jsonobjects format ============================================================================ 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 Thu Jul 28 14:59:29 2011 | http://epydoc.sourceforge.net |