1 Star 0 Fork 0

David_Zhung/c_function_extractor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
conf.py 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
David_Zhung 提交于 2021-03-31 17:02 . updates and add README
import os
import sys
ROOT_PATH = root_path = os.path.abspath(os.path.dirname(__file__))
# log
LOG_STREAM = sys.stderr
LOG_LEVEL = 'INFO'
LOG_FMT = '%(asctime)s [%(levelname)s] %(message)s'
LOG_DATE_FMT = '%Y-%m-%d %H:%M:%S'
ENCODING = 'utf-8'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ChiZhung/c_function_extractor.git
git@gitee.com:ChiZhung/c_function_extractor.git
ChiZhung
c_function_extractor
c_function_extractor
master

搜索帮助