API Reference
True if the object has been closed. False if it is still open.
Examples
>>> with tiledbsoma.open("an_object") as soma_object: ... print(soma_object.closed) ... False >>> print(soma_object.closed) True
Lifecycle
Maturing.