提交 1fc708a8 authored 作者: Roy Xue's avatar Roy Xue

Initial free() function

上级 c7d72dcc
......@@ -678,6 +678,11 @@ class Function(object):
None, # this property itself is not settable
doc="""dictionary-like access to the containers associated with Variables""")
def free(self):
if getattr(self.fn, 'allow_gc', False):
pass
# pickling/deepcopy support for Function
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论