提交 58f532d0 authored 作者: Frederic Bastien's avatar Frederic Bastien

Added comment.

上级 43016967
...@@ -516,6 +516,9 @@ class Function(object): ...@@ -516,6 +516,9 @@ class Function(object):
#TODO: provide a Param option for skipping the filter if we #TODO: provide a Param option for skipping the filter if we
# really want speed. # really want speed.
s = self.input_storage[i] s = self.input_storage[i]
# We special case None as by a mailing list threads, we always
# allow None as an input. We let to the op implementation to deal
# with that.
if arg is None: if arg is None:
s.storage[0] = arg s.storage[0] = arg
else: else:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论