提交 7246b84e authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Help epydoc parser by adding parentheses around a lambda statement.

上级 522af042
...@@ -15,7 +15,7 @@ class DebugLinker(gof.WrapLinker): ...@@ -15,7 +15,7 @@ class DebugLinker(gof.WrapLinker):
copy_originals = False, copy_originals = False,
check_types = True, check_types = True,
compare_variables = True, compare_variables = True,
compare_fn = lambda x, y: x == y): compare_fn = (lambda x, y: x == y)):
gof.WrapLinker.__init__(self, gof.WrapLinker.__init__(self,
linkers = linkers, linkers = linkers,
wrapper = self.wrapper) wrapper = self.wrapper)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论