We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ConfigEntry
1 parent a7ac01e commit c694f81Copy full SHA for c694f81
1 file changed
src/usethis/_tool/config.py
@@ -75,11 +75,10 @@ class ConfigEntry(BaseModel):
75
76
Attributes:
77
keys: A sequentially nested sequence of keys giving a single configuration item.
78
- value: The default value to be placed at the under the key sequence. By default,
79
- no configuration will be added, which is most appropriate for top-level
80
- configuration sections like [tool.usethis] under which the entire tool's
81
- config gets placed.
82
-
+ get_value: A callable returning the default value to be placed at the key
+ sequence. By default, no configuration will be added, which is most
+ appropriate for top-level configuration sections like [tool.usethis]
+ under which the entire tool's config gets placed.
83
"""
84
85
keys: list[Key]
0 commit comments