luogu-dev / cyaron

CYaRon: Yet Another Random Olympic-iNformatics test data generator
GNU Lesser General Public License v3.0
1.35k stars 168 forks source link

IO类没有关闭文件的方法 #55

Closed realJiaoKan closed 5 years ago

YanWQ-monad commented 5 years ago

有的,直接调用 close 方法即可

# io = IO()
io.close()

参见 https://github.com/luogu-dev/cyaron/blob/master/cyaron/io.py#L94

moesoha commented 5 years ago

Thank you @YanWQ-monad , closing.