File: root.jinja2

package info (click to toggle)
python-datamodel-code-generator 0.26.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 712 kB
  • sloc: python: 9,525; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
{%- set field = fields[0] %}
{%- if field.annotated %}
{{ class_name }} = {{ field.annotated }}
{%- else %}
{{ class_name }} = {{ field.type_hint }}
{%- endif %}