The route callback with all plugins applied. This property is created on demand and then cached to speed up subsequent requests.
(self)
| 520 | |
| 521 | @cached_property |
| 522 | def call(self): |
| 523 | """ The route callback with all plugins applied. This property is |
| 524 | created on demand and then cached to speed up subsequent requests.""" |
| 525 | return self._make_callback() |
| 526 | |
| 527 | def reset(self): |
| 528 | """ Forget any cached values. The next time :attr:`call` is accessed, |