Skip to content
Snippets Groups Projects
Closed Use HDF5File with the "with" statement
  • View options
  • Use HDF5File with the "with" statement

    • View options
  • Closed created

    Created by: 183amir

    In python you usually can do something like:

    with open(path) as f:
      doc = f.read()

    But you cannot do this with the HDF5File class. What is the proper way to add this feature to bob?

    Attributes

    Assignee

    None

    Labels

    Milestone

    None

    Dates

    Start: None

    Due: None

    Time tracking

    No estimate or time spent

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first