Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ pop_request
Method
pop_request
celery/app/task.py:1157–1158 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1155
self.request_stack.push(Context(*args, **{**self.request.__dict__, **kwargs}))
1156
1157
def
pop_request(self):
1158
self.request_stack.pop()
1159
1160
def
__repr__(self):
1161
""
"``repr(task)``."
""
Callers
13
__call__
Method · 0.95
test_is_not_aborted
Method · 0.80
test_is_aborted_not_abort_result
Method · 0.80
test_abort_yields_aborted
Method · 0.80
test_worker_task_trace_handle_retry
Method · 0.80
test_worker_task_trace_handle_failure
Method · 0.80
test_apply_async_adds_children
Method · 0.80
test_apply_async_with_parent
Method · 0.80
test_retry_kwargs_can_be_empty
Method · 0.80
test_retry_not_eager
Method · 0.80
test_context_get
Method · 0.80
test_after_return
Method · 0.80
Calls
1
pop
Method · 0.45
Tested by
12
test_is_not_aborted
Method · 0.64
test_is_aborted_not_abort_result
Method · 0.64
test_abort_yields_aborted
Method · 0.64
test_worker_task_trace_handle_retry
Method · 0.64
test_worker_task_trace_handle_failure
Method · 0.64
test_apply_async_adds_children
Method · 0.64
test_apply_async_with_parent
Method · 0.64
test_retry_kwargs_can_be_empty
Method · 0.64
test_retry_not_eager
Method · 0.64
test_context_get
Method · 0.64
test_after_return
Method · 0.64
test_update_state
Method · 0.64