[Feature]: Expose mode
to NWBZarrIO
#137
Labels
category: enhancement
improvements of code or code behavior
priority: medium
non-critical problem and/or affecting only a small set of users
What would you like to see added to HDMF-ZARR?
Stems from catalystneuro/neuroconv#569 (comment)
The NWBHDF5IO has a
.mode
attribute publicly exposed to easily detect on an instantiated IO object what the mode was at time of instantiation (useful for determining if an in-memoryNWBFile
object was read from an existing file or created on the fly)But the NWBZarrIO does not; though the same info can be accessed via the private
._ZarrIO__mode
attributeIs your feature request related to a problem?
What solution would you like?
Expose
.mode
attribute as public instead of_ZarrIO__mode
Do you have any interest in helping implement the feature?
No.
Code of Conduct
The text was updated successfully, but these errors were encountered: