提交 98a5be72 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

doc

上级 d1461eb1
......@@ -501,6 +501,9 @@ class FunctionGraph(utils.object2):
try:
fn = getattr(feature, name)
except AttributeError:
# this is safe because there is no work done inside the
# try; the AttributeError reall must come from feature.${name}
# not existing
continue
#####HORRIBLE OPTIONAL ARGUMENT HACK
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论