find_global

tenpy.tools.hdf5_io.find_global(module, qualified_name)[source]

Get the object of the qualified_name in a given python module.

Parameters:
  • module (str) – Name of the module containing the object. The module gets imported.

  • qualified_name (str) – Name of the object to be retrieved. May contain dots if the object is part of a class etc.