mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-01 13:28:30 -04:00
13 lines
360 B
HTML
13 lines
360 B
HTML
# -*- coding: utf-8 -*-
|
|
<%inherit file="content_layout.html"/>
|
|
<%page args="toc, extension, paged"/>
|
|
<%namespace name="formatting" file="formatting.html"/>
|
|
<%namespace name="nav" file="nav.html"/>
|
|
<%namespace name="pydoc" file="pydoc.html"/>
|
|
<%def name="title()">SQLAlchemy 0.4 Documentation - Modules and Classes</%def>
|
|
|
|
<%!
|
|
filename = 'docstrings'
|
|
%>
|
|
|