def getzoneinfofile_stream():
try:
return BytesIO(get_data(__name__, _ZONEFILENAME))
except IOError as e: # TODO switch to FileNotFoundError?
warnings.warn("I/O error({0}): {1}".format(e.errno, e.strerror))
return None
__init__.py 文件源码
python
阅读 224
收藏 0
点赞 0
评论 0
评论列表
文章目录