Create new :class:`Inspect` instance.
(self)
| 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. |