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

Method get

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

Source from the content-addressed store, hash-verified

570
571 @extend_schema(exclude=True)
572 def get(self, *args, **kwargs):
573 return super(ProjectSummaryAPI, self).get(*args, **kwargs)
574
575
576class ProjectSummaryResetAPI(GetParentObjectMixin, generics.CreateAPIView):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected