Reference API
Notebooks
Extra
Takes the element out of a tuple if it has length 1, otherwise do nothing.
stuff (tuple) – The tuple out of which to take the element.
any
Important
This is the inverse of tuplify(), except on tuples of length 1.
tuplify()