File: module.html.jinja2

package info (click to toggle)
sqlglot 28.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,176 kB
  • sloc: python: 89,916; sql: 23,282; makefile: 49
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
{% extends "default/module.html.jinja2" %}

{% if module.docstring %}
    {% macro module_name() %}
    {% endmacro %}
{% endif %}