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