class documentation

class ChooseCheckpointModelView(ViewLoggerMixin, ListView):

View In Hierarchy

View for choosing a CheckpointModel instance.

Method get_context_data Add the form to the context.
Class Variable context_object_name Undocumented
Class Variable template_name Undocumented
def get_context_data(self, **kwargs: Any) -> dict[str, Any]:

Add the form to the context.

context_object_name: str =

Undocumented

template_name: str =

Undocumented