Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
πŸ“ Update Artifact.open docs and signature (#413)
Browse files Browse the repository at this point in the history
πŸ“ Update Artifact.open docs and signature
  • Loading branch information
Koncopd authored Aug 2, 2024
1 parent 8bd7a9a commit e6ce4e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2363,10 +2363,14 @@ def replace(
pass

def open(
self, is_run_input: bool | None = None
self, mode: str = "r", is_run_input: bool | None = None
) -> AnnDataAccessor | BackedAccessor | SOMACollection | SOMAExperiment:
"""Return a cloud-backed data object.
Args:
mode: can only be `"w"` (write mode) for `tiledbsoma` stores,
otherwise should be always `"r"` (read-only mode).
Notes:
For more info, see tutorial: :doc:`/arrays`.
Expand Down

0 comments on commit e6ce4e7

Please sign in to comment.