Package intermine :: Module results :: Class EnrichmentLine
[hide private]
[frames] | no frames]

Class EnrichmentLine

source code

UserDict.UserDict --+
                    |
                   EnrichmentLine

An object that represents a result returned from the enrichment service.

These objects operate as dictionaries as well as objects with predefined properties.

Instance Methods [hide private]
 
__str__(self) source code
 
__repr__(self) source code
 
__getattr__(self, name) source code

Inherited from UserDict.UserDict: __cmp__, __contains__, __delitem__, __getitem__, __init__, __len__, __setitem__, clear, copy, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Class Methods [hide private]

Inherited from UserDict.UserDict: fromkeys

Class Variables [hide private]

Inherited from UserDict.UserDict: __hash__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Overrides: UserDict.UserDict.__repr__