MCPcopy Create free account
hub / github.com/HumanSignal/label-studio / get

Method get

label_studio/projects/api.py:561–562  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

559
560 @extend_schema(exclude=True)
561 def get(self, request, *args, **kwargs):
562 return super(ProjectLabelConfigValidateAPI, self).get(request, *args, **kwargs)
563
564
565class ProjectSummaryAPI(generics.RetrieveAPIView):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected