Side note, is this actually a good idea? Maybe it was intended to be not modifiable…
But modifying it has a practical advantage, sometimes you cannot control these two option otherwise e.g. if you have a list of elements you may need to extract each element and call .str(...) on it.
:memo: Checklist
[x] The title is concise and informative.
[x] The description explains in detail what this PR is about.
[x] I have linked a relevant issue or discussion.
[x] I have created tests covering the changes.
[x] I have updated the documentation and checked the documentation preview.
Documentation preview for this PR (built with commit 493d3f74d455659231c5641101269797fda82b58; changes) is ready! :tada:
This preview will update shortly after each push to this PR.
As in the title.
Side note, is this actually a good idea? Maybe it was intended to be not modifiable…
But modifying it has a practical advantage, sometimes you cannot control these two option otherwise e.g. if you have a list of elements you may need to extract each element and call
.str(...)
on it.:memo: Checklist
:hourglass: Dependencies