deepmd.utils.entry_point#Functions#load_entry_point(→ list)Load entry points from a group.Module Contents#deepmd.utils.entry_point.load_entry_point(group: str) → list[source]#Load entry points from a group. Parameters:groupstrThe group name.Returns:listA list of loaded entry points.