Sign in
qemu
/
meson
/
refs/heads/linkmsg
/
.
/
docs
/
markdown
/
snippets
/
str_join.md
blob: b430d664b4c082934c1382cb2a33e2c7fa9429c3 [
file
] [
log
] [
blame
] [
view
]
## Relax restrictions of `str.join()`
Since
0.60
.
0
,
the
[[
str
.
join
]]
method can take an arbitrary number of arguments
instead of just one list
.
Additionally
,
all lists past to
[[
str
.
join
]]
will now
be flattened
.