h5
  • Install h5
    • Compiling h5 from source
      • Prerequisites
      • Installation steps
      • Version compatibility
      • Custom CMake options
  • Documentation
    • C++ reference manual
    • Python reference manual
      • h5
        • Examples
        • h5.archive
          • h5.archive.Dict
          • h5.archive.HDFArchive
          • h5.archive.HDFArchiveGroup
          • h5.archive.HDFArchiveInert
          • h5.archive.List
          • h5.archive.Tuple
        • h5.archive_basic_layer
          • h5.archive_basic_layer.HDFArchiveGroupBasicLayer
        • h5.formats
          • h5.formats.get_format_info
          • h5.formats.register_backward_compatibility_method
          • h5.formats.register_class
          • h5.formats.FormatInfo
        • h5.version
          • h5.version.show_git_hash
          • h5.version.show_version
          • h5.version.version
          • h5.version.h5_hash
  • Reporting issues
  • Changelog
    • Version 2.0.0
      • General
      • doc
      • fix
      • cmake
    • Version 1.3.0
      • General
      • doc
      • cmake
    • Version 1.2.0
      • General
      • cmake
      • jenkins
      • fixes
    • Version 1.1.0
      • General
      • doc
      • cmake
    • Version 1.0.0
  • About h5
    • License
h5
  • Documentation
  • h5
  • h5.archive_basic_layer
  • h5.archive_basic_layer.HDFArchiveGroupBasicLayer
  • h5.archive_basic_layer.HDFArchiveGroupBasicLayer.create_softlink
  • View page source

h5.archive_basic_layer.HDFArchiveGroupBasicLayer.create_softlink

HDFArchiveGroupBasicLayer.create_softlink(target_key, key, delete_if_exists=True)[source]

Create an HDF5 soft link key pointing at target_key.

Parameters:
target_keystr

Path the link should point to.

keystr

Name of the soft link to create.

delete_if_existsbool, optional

If True (default), replace an existing entry named key.

Previous Next

© Copyright 2018-present, The Simons Foundation, authors: O. Parcollet, D. Simon, N. Wentzell, T. Hahn.

Versions v: 2.0.0
Versions
latest
unstable
2.0.x