/functional_tests/doc_tests/test_selector_plugin/support/mypackage/strings.py

https://bitbucket.org/jpellerin/nose/ · Python · 2 lines · 2 code · 0 blank · 0 comment · 0 complexity · 57fe94fd9fd222481dc48e8837425582 MD5 · raw file

  1. def cat(a, b):
  2. return "%s%s" % (a, b)