(data)
| 131 | #------------------------------------------------------------------------ |
| 132 | # data as a bytearray |
| 133 | def formatB64(data): |
| 134 | return b64encode(data) |
| 135 | |
| 136 | #====================================================================================================== |
| 137 | # HELPERS FUNCTIONS |
no outgoing calls
no test coverage detected