提交 fff70aea authored 作者: Frederic's avatar Frederic

Added doc.

上级 0c641695
......@@ -574,6 +574,11 @@ class FunctionGraph(utils.object2):
This is used primarily by the destroy_handler feature to ensure that all
clients of any destroyed inputs have already computed their outputs.
:note: This only call the orderings() fct on all features. It don't take
care of computation dependencies by itself.
Do the DestroyHandler take orderings() fct take care of this?
"""
ords = {}
for feature in self._features:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论