Do all on-demand work immediately (useful for debugging).
(self)
| 503 | self.__dict__.pop('call', None) |
| 504 | |
| 505 | def prepare(self): |
| 506 | ''' Do all on-demand work immediately (useful for debugging).''' |
| 507 | self.call |
| 508 | |
| 509 | @property |
| 510 | def _context(self): |