MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _join

Function _join

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:57–59  ·  view source on GitHub ↗

Internal function.

(value)

Source from the content-addressed store, hash-verified

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

Callers 4

_format_optvalueFunction · 0.90
_format_elemcreateFunction · 0.90
_stringifyFunction · 0.70

Calls 2

mapFunction · 0.50
joinMethod · 0.45