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

Method get

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

Source from the content-addressed store, hash-verified

394 return projects
395
396 def get(self, request, *args, **kwargs):
397 return super(ProjectAPI, self).get(request, *args, **kwargs)
398
399 @api_webhook_for_delete(WebhookAction.PROJECT_DELETED)
400 def delete(self, request, *args, **kwargs):

Callers 15

__call__Method · 0.45
updateMethod · 0.45
get_querysetMethod · 0.45
perform_createMethod · 0.45
getMethod · 0.45
get_querysetMethod · 0.45
get_querysetMethod · 0.45
patchMethod · 0.45
postMethod · 0.45
getMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_get_countsMethod · 0.36
test_no_paramsMethod · 0.36
test_limitMethod · 0.36
test_extendedMethod · 0.36