Skip to content

Support various methods for Group objects #36

@miladh

Description

@miladh

Properties in h5py that we could support:

  • atters
  • clear
  • close
  • copy
  • driver
  • fid
  • file
  • filename (directory)
  • flush
  • get
  • id
  • items
  • keys
  • mode (io_mode)
  • move
  • name
  • parent
  • pop
  • popitem
  • ref
  • setdefault
  • update
  • values
  • visit()
  • visititems()
  • iter()
  • Intermediate groups can be created automatically "grp = f.create_group('foo/bar/baz')"
  • __str__()
  • __repr__()
  • __len__()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions