blob: 794c190f10745e22688f1870a85f724f0c7d50d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
===========================
Literal Includes for python
===========================
block start with blank or comment
=================================
.. literalinclude:: target.py
:pyobject: block_start_with_comment
.. literalinclude:: target.py
:pyobject: block_start_with_blank
|