Every line of 'can only concatenate str (not "int") to str' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
68 def _tostr_joined(ints): 69 return ''.join(_tounicode(ints))