1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: G Pages: 1 -->
<svg width="304pt" height="219pt"
viewBox="0.00 0.00 304.07 219.07" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 215.074)">
<title>G</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-215.074 300.074,-215.074 300.074,4 -4,4"/>
<!-- print1 -->
<g id="node1" class="node"><title>print1</title>
<polygon fill="none" stroke="black" points="96.5368,-211.074 42.5368,-211.074 42.5368,-175.074 96.5368,-175.074 96.5368,-211.074"/>
<text text-anchor="middle" x="69.5368" y="-188.874" font-family="Times,serif" font-size="14.00">print1</text>
</g>
<!-- print2 -->
<g id="node2" class="node"><title>print2</title>
<polygon fill="none" stroke="black" points="253.537,-211.074 199.537,-211.074 199.537,-175.074 253.537,-175.074 253.537,-211.074"/>
<text text-anchor="middle" x="226.537" y="-188.874" font-family="Times,serif" font-size="14.00">print2</text>
</g>
<!-- ((<function print_and_return at 0x1071c2500>, (<built-in method format of str object at 0x1004d0c90>, (<method 'count' of 'str' objects>, 'apple orange apple pear orange pear pear', 'orange'), 'orange', (<built-in function len>, (<method 'split' of 'str' objects>, 'apple orange apple pear orange pear pear')))), 'function') -->
<g id="node3" class="node"><title>((<function print_and_return at 0x1071c2500>, (<built-in method format of str object at 0x1004d0c90>, (<method 'count' of 'str' objects>, 'apple orange apple pear orange pear pear', 'orange'), 'orange', (<built-in function len>, (<method 'split' of 'str' objects>, 'apple orange apple pear orange pear pear')))), 'function')</title>
<ellipse fill="none" stroke="black" cx="69.5368" cy="-69.5368" rx="69.5736" ry="69.5736"/>
<text text-anchor="middle" x="69.5368" y="-65.3368" font-family="Times,serif" font-size="14.00">print_and_return</text>
</g>
<!-- ((<function print_and_return at 0x1071c2500>, (<built-in method format of str object at 0x1004d0c90>, (<method 'count' of 'str' objects>, 'apple orange apple pear orange pear pear', 'orange'), 'orange', (<built-in function len>, (<method 'split' of 'str' objects>, 'apple orange apple pear orange pear pear')))), 'function')->print1 -->
<g id="edge1" class="edge"><title>((<function print_and_return at 0x1071c2500>, (<built-in method format of str object at 0x1004d0c90>, (<method 'count' of 'str' objects>, 'apple orange apple pear orange pear pear', 'orange'), 'orange', (<built-in function len>, (<method 'split' of 'str' objects>, 'apple orange apple pear orange pear pear')))), 'function')->print1</title>
<path fill="none" stroke="black" d="M69.5368,-139.119C69.5368,-148.195 69.5368,-157.035 69.5368,-164.81"/>
<polygon fill="black" stroke="black" points="66.0369,-165.006 69.5368,-175.006 73.0369,-165.006 66.0369,-165.006"/>
</g>
<!-- ((<function print_and_return at 0x1071c2500>, (<built-in method format of str object at 0x1004d0c90>, (<method 'count' of 'str' objects>, 'apple orange apple pear orange pear pear', 'apple'), 'apple', (<built-in function len>, (<method 'split' of 'str' objects>, 'apple orange apple pear orange pear pear')))), 'function') -->
<g id="node4" class="node"><title>((<function print_and_return at 0x1071c2500>, (<built-in method format of str object at 0x1004d0c90>, (<method 'count' of 'str' objects>, 'apple orange apple pear orange pear pear', 'apple'), 'apple', (<built-in function len>, (<method 'split' of 'str' objects>, 'apple orange apple pear orange pear pear')))), 'function')</title>
<ellipse fill="none" stroke="black" cx="226.537" cy="-69.5368" rx="69.5736" ry="69.5736"/>
<text text-anchor="middle" x="226.537" y="-65.3368" font-family="Times,serif" font-size="14.00">print_and_return</text>
</g>
<!-- ((<function print_and_return at 0x1071c2500>, (<built-in method format of str object at 0x1004d0c90>, (<method 'count' of 'str' objects>, 'apple orange apple pear orange pear pear', 'apple'), 'apple', (<built-in function len>, (<method 'split' of 'str' objects>, 'apple orange apple pear orange pear pear')))), 'function')->print2 -->
<g id="edge2" class="edge"><title>((<function print_and_return at 0x1071c2500>, (<built-in method format of str object at 0x1004d0c90>, (<method 'count' of 'str' objects>, 'apple orange apple pear orange pear pear', 'apple'), 'apple', (<built-in function len>, (<method 'split' of 'str' objects>, 'apple orange apple pear orange pear pear')))), 'function')->print2</title>
<path fill="none" stroke="black" d="M226.537,-139.119C226.537,-148.195 226.537,-157.035 226.537,-164.81"/>
<polygon fill="black" stroke="black" points="223.037,-165.006 226.537,-175.006 230.037,-165.006 223.037,-165.006"/>
</g>
</g>
</svg>
|