Path 1: 23 calls (1.0)
1def pop_render_hook(self) -> None: 2 """Pop the last renderhook from the stack.""" 3 with self._lock: 4 self._render_hooks.pop()