Return the storage scope associated with this buffer. Returns ------- scope : str The storage scope associated with this buffer.
(self)
| 159 | return _ffi_api.BufferVStore(self, begin, value, predicate) # type: ignore |
| 160 | |
| 161 | def scope(self): |
| 162 | """Return the storage scope associated with this buffer. |
| 163 | Returns |
| 164 | ------- |
| 165 | scope : str |
| 166 | The storage scope associated with this buffer. |
| 167 | """ |
| 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. |
no outgoing calls