/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
- def cat(a, b):
- return "%s%s" % (a, b)