MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / join_with_commas

Function join_with_commas

botasaurus/cl.py:343–344  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

341
342
343def join_with_commas(*args):
344 return ", ".join(str(arg) for arg in args)
345
346
347def join_with_newlines(*args):

Callers

nothing calls this directly

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected