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

Function join

tools/python-3.11.9-amd64/Lib/shlex.py:318–320  ·  view source on GitHub ↗

Return a shell-escaped string from *split_command*.

(split_command)

Source from the content-addressed store, hash-verified

316
317
318def join(split_command):
319 """Return a shell-escaped string from *split_command*."""
320 return ' '.join(quote(arg) for arg in split_command)
321
322
323_find_unsafe = re.compile(r'[^\w@%+=:,./-]', re.ASCII).search

Callers 8

_walkFunction · 0.70
format_helpMethod · 0.70
mkrealdirFunction · 0.50
join_prepMethod · 0.50
joinMethod · 0.50
joinMethod · 0.50
join_prepMethod · 0.50

Calls 2

quoteFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected