API Reference
The mode this object was opened in, either r or w.
r
w
Examples
>>> with tiledbsoma.open("an_object") as soma_object: ... print(soma_object.mode) ... r
Lifecycle
Maturing.