-
- Downloads
py/objstringio: Allow to specify initial capacity by passing numeric argument.
E.g. uio.BytesIO(100) will allocate buffer with 100 bytes of space.
Please register or sign in to comment
E.g. uio.BytesIO(100) will allocate buffer with 100 bytes of space.