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)
All objects will have "id" and "type" properties. The type refers to the actual type of this object: if it is a subclass of the one requested, the subclass name will be returned. The "id" refers to the internal database id of the object, and is a guarantor of object identity.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
id Return the internal DB identifier of this object. |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
repr(x)
|
|
idReturn the internal DB identifier of this object. Or None if this is not an InterMine object
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 21 13:40:33 2013 | http://epydoc.sourceforge.net |