Those functions are useful when you need to pass the frames along with a representation of the local variables on a stack, such as on tracing.
I also added an example of usage to the README.rst file.
On the future, this functionality can be expanded as being proposed on #41, where only non-pickable variables may be converted to string.
It looks like only the checks for the docs are failing here, but they were already failing on master branch.
Those functions are useful when you need to pass the frames along with a representation of the local variables on a stack, such as on tracing. I also added an example of usage to the
README.rst
file. On the future, this functionality can be expanded as being proposed on #41, where only non-pickable variables may be converted to string. It looks like only the checks for the docs are failing here, but they were already failing on master branch.