File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ def file_revision_info
288288 # Deprecated
289289 # as walltime added to Boutiques resources sections
290290 #
291+ # The methods to retrieve the values related to cbrain custom properties are listed below
291292
292293 # Returns a string with name(s) and emails(s) of the Boutiques descriptor authors, enlisted in
293294 # "cbrain:author" custom property of the descriptors. Emails are optional
@@ -407,6 +408,8 @@ def inherits_from_class_custom
407408 # Given a module name, returns the structure with the
408409 # data for it stored under the "custom"['cbrain:integrator_modules']
409410 # entry of the descriptor.
411+ # All modules can be found in the lib subdirectory of a cbrain plugin
412+ # or cbrain itself and start with Boutiques prefix.
410413 def custom_module_info ( modulename )
411414 self . custom [ 'cbrain:integrator_modules' ] [ modulename ]
412415 end
You can’t perform that action at this time.
0 commit comments