Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ SettingDefinition
Class
SettingDefinition
src/config/settings.py:31–37 ·
view source on GitHub ↗
设置定义
Source
from the content-addressed store, hash-verified
29
30
@dataclass
31
class
SettingDefinition:
32
""
"设置定义"
""
33
db_key: str
34
default_value: Any
35
category: SettingCategory
36
description: str =
""
37
is_secret: bool = False
38
39
40
# 所有配置项定义(包含数据库键名、默认值、分类、描述)
Callers
1
settings.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected