MCPcopy Index your code
hub / github.com/python/cpython / _join

Function _join

Lib/tkinter/__init__.py:58–60  ·  view source on GitHub ↗

Internal function.

(value)

Source from the content-addressed store, hash-verified

56
57
58def _join(value):
59 """Internal function."""
60 return ' '.join(map(_stringify, value))
61
62
63def _stringify(value):

Callers 5

_format_optvalueFunction · 0.90
_format_elemcreateFunction · 0.90
_stringifyFunction · 0.70
_print_commandFunction · 0.70

Calls 1

joinMethod · 0.45

Used in the wild real call sites across dependent graphs

searching dependent graphs…