def load_data(file: str):
with io.open(os.path.join(__abspath__, 'test_data', file)) as afile:
input_str = afile.read().replace('PATH', os.path.join(__abspath__, 'test_data'))
sys.stdin = io.StringIO(input_str)
sys.stdout = io.StringIO()
test_firehol_blocklists.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录