PyXR

c:\python24\lib\site-packages\pyxr\tests\ \ lineContinuation.py



0001 #
0002 # Test line continuation characters
0003 #
0004 
0005 def foo():
0006     print "this is a test.  this is only a test" \
0007           "this should wrap and not display on one line"
0008 
0009 

Generated by PyXR 0.9.4
SourceForge.net Logo