MCPcopy
hub / github.com/celery/celery / test_objgraph

Method test_objgraph

t/unit/app/test_control.py:141–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139 self.assert_broadcast_called('memdump', samples=303)
140
141 def test_objgraph(self):
142 self.inspect.objgraph()
143 self.assert_broadcast_called(
144 'objgraph', num=200, type='Request', max_depth=10)
145
146 def test_scheduled(self):
147 self.inspect.scheduled()

Callers

nothing calls this directly

Calls 2

objgraphMethod · 0.80

Tested by

no test coverage detected