Skip to content
Snippets Groups Projects
Commit d91cc712 authored by Stefano Borini's avatar Stefano Borini
Browse files

Added comment

parent 63678bdb
No related branches found
No related tags found
1 merge request!45Added support for MCO named parameters.
...@@ -18,6 +18,7 @@ class BaseMCOModel(ABCHasStrictTraits): ...@@ -18,6 +18,7 @@ class BaseMCOModel(ABCHasStrictTraits):
visible=False, visible=False,
transient=True) transient=True)
# A list of the parameters for the MCO
parameters = List(BaseMCOParameter) parameters = List(BaseMCOParameter)
def __init__(self, bundle, *args, **kwargs): def __init__(self, bundle, *args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment