提交 382248ac authored 作者: Frederic Bastien's avatar Frederic Bastien

added an alternative view of a comment. Thiw view seem more clear to me.

上级 9d8d5f48
...@@ -108,8 +108,10 @@ class Env(utils.object2): ...@@ -108,8 +108,10 @@ class Env(utils.object2):
### clients ### ### clients ###
def clients(self, r): def clients(self, r):
"""WRITEME """
Set of all the (node, i) pairs such that node.inputs[i] is r.""" Set of all the (node, i) pairs such that node.inputs[i] is r.
Tell differently, a list of (node,i) such that each node have r as input at index i.
"""
return r.clients return r.clients
def __add_clients__(self, r, new_clients): def __add_clients__(self, r, new_clients):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论