提交 5a0b9a89 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

PEP8: fixed line too long

上级 d9c418d4
......@@ -507,7 +507,8 @@ class VM_Linker(link.LocalLinker):
Class that satisfies the Linker interface by acting as a VM factory.
"""
def __init__(self, allow_gc=None, use_cloop=False, callback=None, lazy=None):
def __init__(self, allow_gc=None, use_cloop=False, callback=None,
lazy=None):
"""
allow_gc - force the virtual machine to clean up unnecessary
references, in order to allow garbage collection on
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论