提交 399c0721 authored 作者: Joseph Turian's avatar Joseph Turian

Updated documentation about Module outputs None functionality that OB added

上级 cfa74c57
...@@ -80,7 +80,8 @@ result. ...@@ -80,7 +80,8 @@ result.
Here we declare a Method. The three arguments are as follow: Here we declare a Method. The three arguments are as follow:
* **inputs**: a list of input Variables * **inputs**: a list of input Variables
* **outputs**: a list of output Variables * **outputs**: a list of output Variables, or ``None``. ``None`` is equivalent
to returning an empty list of outputs.
* **updates**: a dictionary mapping member Variables to Variables. When we * **updates**: a dictionary mapping member Variables to Variables. When we
call the function that this Method compiles to, it will replace (update) the call the function that this Method compiles to, it will replace (update) the
values associated with the member Variables. values associated with the member Variables.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论