MCPcopy
hub / github.com/celery/celery / inspect

Method inspect

celery/app/control.py:456–458  ·  view source on GitHub ↗

Create new :class:`Inspect` instance.

(self)

Source from the content-addressed store, hash-verified

454
455 @cached_property
456 def inspect(self):
457 """Create new :class:`Inspect` instance."""
458 return self.app.subclass_with_self(Inspect, reverse='control.inspect')
459
460 def purge(self, connection=None):
461 """Discard all waiting tasks.

Callers 12

test_parent_idsMethod · 0.45
assert_pingFunction · 0.45
inspectFunction · 0.45
setup_methodMethod · 0.45
test_prepare_replyMethod · 0.45
exampleFunction · 0.45
send_helloMethod · 0.45
statusFunction · 0.45
inspectFunction · 0.45
workersFunction · 0.45

Calls 1

subclass_with_selfMethod · 0.80

Tested by 7

test_parent_idsMethod · 0.36
assert_pingFunction · 0.36
inspectFunction · 0.36
setup_methodMethod · 0.36
test_prepare_replyMethod · 0.36