def __init__(self, name, log_dic=None):
if log_dic:
self._log_dic = Path(log_dic)
else:
self._log_dic = Path.cwd()
self._log_dic = self._log_dic / ".wolo"
self._log_path = self._log_dic / ".{}".format(name)
self._log = None
self._flattened = None
评论列表
文章目录