maybe_load_entry_point
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.
| 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.