1 from .
import _pyrest_core
6 class Assembly(_pyrest_core.BaseObject):
9 top_level_region = property(_pyrest_core.fget(
"_top_level_region"),
None,
None,
"""No documentation""")
11 Assembly._construction_rules = {
"top_level_region":SeqRegion}
28 children = property(_pyrest_core.fget(
"_children"),
None,
None,
"""No documentation""")
30 parents = property(_pyrest_core.fget(
"_parents"),
None,
None,
"""No documentation""")
32 OntologyTerm._construction_rules = {
"children":OntologyTerm,
"parents":OntologyTerm}
37 is_a = property(_pyrest_core.fget(
"_is_a"),
None,
None,
"""No documentation""")
39 term = property(_pyrest_core.fget(
"_term"),
None,
None,
"""No documentation""")
41 OntologyEntry._construction_rules = {
"is_a":OntologyTerm,
"term":OntologyTerm}