Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conda/constructor
/ generate_key_info_dict
Function
generate_key_info_dict
scripts/make_docs.py:83–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
82
83
def
generate_key_info_dict():
84
return
{
85
(field.alias or name): (field.description, field.deprecated)
86
for
name, field in ConstructorConfiguration.model_fields.items()
87
}
88
89
90
output = jinja2.Template(template).render(
Callers
1
make_docs.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected