MCPcopy Create free account
hub / github.com/answerlink/IntelliQ / before_init

Function before_init

utils/app_init.py:5–10  ·  view source on GitHub ↗

app主程序启动初始化

()

Source from the content-addressed store, hash-verified

3
4
5def before_init():
6 """
7 app主程序启动初始化
8 """
9 # 在程序主入口处调用设置日志的函数
10 setup_logging()

Callers 1

app.pyFile · 0.90

Calls 1

setup_loggingFunction · 0.90

Tested by

no test coverage detected