Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HumanSignal/label-studio
/ get
Method
get
label_studio/core/views.py:98–99 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
96
97
@swagger_auto_schema(auto_schema=None)
98
def
get(self, request):
99
raise
Exception(
'test'
)
100
101
102
def
editor_files(request):
Callers
15
process_view
Method · 0.45
_migrate_tasks
Function · 0.45
_migrate_tabs
Function · 0.45
_migrate_storages
Function · 0.45
_migrate_ml_backends
Function · 0.45
redis_get
Function · 0.45
start_job_async_or_sync
Function · 0.45
extract_data_types
Function · 0.45
get_all_labels
Function · 0.45
generate_sample_task_without_check
Function · 0.45
generate_time_series_json
Function · 0.45
settings
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected