summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Python/property.tmpl
blob: 3316a00c2f2b047c0c92564968be560c1c7460a6 (plain)
1
2
3
4
5
6
7
8
9
10
<%inherit file="/base.tmpl"/>
<%block name="info">
    ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
    <title type="link" role="topic">${node.name}</title>
</%block>
<%block name="synopsis">
<synopsis><code mime="text/x-python">
"${node.name}"             ${formatter.format_type(node.type)}                : ${formatter.format_property_flags(node)}
</code></synopsis>
</%block>