pyEnsemblRest
 All Classes Namespaces Files Functions Variables Properties
info.py
Go to the documentation of this file.
1 from . import _pyrest_core
2 
4  """"""
5 
6 class Assembly(_pyrest_core.BaseObject):
7  """"""
8 
9  top_level_region = property(_pyrest_core.fget("_top_level_region"), None, None, """No documentation""")
10 
11 Assembly._construction_rules = {"top_level_region":SeqRegion}
12 
14  """"""
15 
16 class Species(_pyrest_core.BaseObject):
17  """"""
18 
20  """"""
21 
23  """"""
24 
26  """"""
27 
28  children = property(_pyrest_core.fget("_children"), None, None, """No documentation""")
29 
30  parents = property(_pyrest_core.fget("_parents"), None, None, """No documentation""")
31 
32 OntologyTerm._construction_rules = {"children":OntologyTerm, "parents":OntologyTerm}
33 
35  """"""
36 
37  is_a = property(_pyrest_core.fget("_is_a"), None, None, """No documentation""")
38 
39  term = property(_pyrest_core.fget("_term"), None, None, """No documentation""")
40 
41 OntologyEntry._construction_rules = {"is_a":OntologyTerm, "term":OntologyTerm}
42