DEBSOURCES
Skip Quicknav
sources / python-datamodel-code-generator / 0.26.4-3 / datamodel_code_generator / model / template / Scalar.jinja2
123456
{{ class_name }}: TypeAlias = {{ py_type }} {%- if description %} """ {{ description }} """ {%- endif %}