/functional_tests/support/ipt/test1/ipthelp.py

https://bitbucket.org/jpellerin/nose/ · Python · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 68d5d58082796836b3b6e9845864bcf8 MD5 · raw file

  1. print "1help imported"
  2. def help():
  3. print "1help called"
  4. pass