blob: 32d673b24f9b2cbbdef40d0beee300014a4cafee (
plain)
1
2
3
4
5
6
7
8
9
10
|
<%inherit file="mallard-base.tmpl"/>
<%block name="info">
<link type="guide" xref="${namespace.name}.${node.parent.name}" group="property"/>
<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>
|