File: module.html.jinja2

package info (click to toggle)
sqlglot 27.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 96,288 kB
  • sloc: python: 73,347; sql: 20,230; javascript: 40; makefile: 39
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
{% extends "default/module.html.jinja2" %}

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