| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/bentilley/vim-python-docstring/master/python/utils.py | [Back] [Original] |
def concat_(*args):
""" Converts `args` into string and joines them """
return ''.join([str(x) for x in list(args)])
| Web Proxy Viewer | New URL | Original Page |