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