Generate a Buffer that is a flattened version of this buffer. Returns ------- flattened : Buffer The corresponding flat buffer.
(self)
| 168 | return _ffi_api.BufferStorageScope(self) # type: ignore |
| 169 | |
| 170 | def get_flattened_buffer(self): |
| 171 | """Generate a Buffer that is a flattened version of this buffer. |
| 172 | |
| 173 | Returns |
| 174 | ------- |
| 175 | flattened : Buffer |
| 176 | The corresponding flat buffer. |
| 177 | """ |
| 178 | return _ffi_api.BufferGetFlattenedBuffer(self) # type: ignore |
| 179 | |
| 180 | def with_allocated_addr(self, allocated_addr): |
| 181 | """Return a new buffer with the allocated address.""" |
no outgoing calls