提交 2929173f authored 作者: Olivier Delalleau's avatar Olivier Delalleau

PEP8

上级 25e23ef1
......@@ -443,7 +443,7 @@ def stack_search(start, expand, mode='bfs', build_inv = False):
return rval_list
def ancestors(variable_list, blockers = None):
def ancestors(variable_list, blockers=None):
"""Return the variables that contribute to those in variable_list (inclusive).
:type variable_list: list of `Variable` instances
......@@ -464,7 +464,7 @@ def ancestors(variable_list, blockers = None):
return dfs_variables
def inputs(variable_list, blockers = None):
def inputs(variable_list, blockers=None):
"""Return the inputs required to compute the given Variables.
:type variable_list: list of `Variable` instances
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论