0001 def file(x): 0002 print "I'm not really a file" 0003 0004 def test(x): 0005 print "I'm not really the test module" 0006 0007 0008
Generated by PyXR 0.9.4