Show More
@@ -47,9 +47,9 class MyConfigurable(Configurable): | |||||
47 |
|
47 | |||
48 | mc_help=u"""MyConfigurable options |
|
48 | mc_help=u"""MyConfigurable options | |
49 | ---------------------- |
|
49 | ---------------------- | |
50 | MyConfigurable.a : Int |
|
50 | MyConfigurable.a : Int [default: 1] | |
51 | The integer a. |
|
51 | The integer a. | |
52 | MyConfigurable.b : Float |
|
52 | MyConfigurable.b : Float [default: 1.0] | |
53 | The integer b.""" |
|
53 | The integer b.""" | |
54 |
|
54 | |||
55 | class Foo(Configurable): |
|
55 | class Foo(Configurable): |
General Comments 0
You need to be logged in to leave comments.
Login now