Path 1: 588 calls (1.0)

1def push(self) -> None:
2        """Binds the app context to the current context."""
3        self._cv_tokens.append(_cv_app.set(self))
4        appcontext_pushed.send(self.app, _async_wrapper=self.app.ensure_sync)