How to get size of BytesIO in Python

This post is also available in: Deutsch (German)

If you want to find out the size of the data stored in a io.BytesIO instance in Python, use

my_bytesio.getbuffer().nbytes