Do all on-demand work immediately (useful for debugging).
(self)
| 530 | self.__dict__.pop('call', None) |
| 531 | |
| 532 | def prepare(self): |
| 533 | """ Do all on-demand work immediately (useful for debugging).""" |
| 534 | self.call |
| 535 | |
| 536 | def all_plugins(self): |
| 537 | """ Yield all Plugins affecting this route. """ |