maybe_load_entry_point

function of dascore.utils.plugins source

maybe_load_entry_point(
    entry_point_group: str ,
    name: str ,
)-> ‘Any’

Load and cache a single entry-point target by group and name.

If it does not exist, simply return None.