obspy.core.util.misc.buffered_load_entry_point

buffered_load_entry_point(dist, group, name)[source]

Return name entry point of group for dist or raise ImportError :type dist: str :param dist: The name of the distribution containing the entry point. :type group: str :param group: The name of the group containing the entry point. :type name: str :param name: The name of the entry point. :return: The loaded entry point