File: module.html.jinja2

package info (click to toggle)
sqlglot 27.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 96,512 kB
  • sloc: python: 73,917; sql: 20,291; 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 %}