Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mher/flower
/ get
Method
get
tests/unit/__init__.py:28–29 ·
view source on GitHub ↗
(self, url, **kwargs)
Source
from the content-addressed store, hash-verified
26
return
app
27
28
def
get(self, url, **kwargs):
29
return
self.fetch(url, **kwargs)
30
31
def
post(self, url, **kwargs):
32
if
'body'
in kwargs and isinstance(kwargs[
'body'
], dict):
Callers
15
get_row
Method · 0.45
test_empty_page
Method · 0.45
test_metrics
Method · 0.45
test_task_prefetch_time_metric
Method · 0.45
test_task_prefetch_time_metric_successful_task_resets_metric_to_zero
Method · 0.45
test_task_prefetch_time_metric_failed_task_resets_metric_to_zero
Method · 0.45
test_task_prefetch_time_metric_does_not_compute_prefetch_time_if_task_has_eta
Method · 0.45
test_worker_online_metric_worker_is_offline
Method · 0.45
test_worker_prefetched_tasks_metric
Method · 0.45
test_healthcheck_route
Method · 0.45
test_workers_url
Method · 0.45
test_root_url
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_empty_page
Method · 0.36
test_metrics
Method · 0.36
test_task_prefetch_time_metric
Method · 0.36
test_task_prefetch_time_metric_successful_task_resets_metric_to_zero
Method · 0.36
test_task_prefetch_time_metric_failed_task_resets_metric_to_zero
Method · 0.36
test_task_prefetch_time_metric_does_not_compute_prefetch_time_if_task_has_eta
Method · 0.36
test_worker_online_metric_worker_is_offline
Method · 0.36
test_worker_prefetched_tasks_metric
Method · 0.36
test_healthcheck_route
Method · 0.36
test_workers_url
Method · 0.36
test_root_url
Method · 0.36
test_tasks_api_url
Method · 0.36