euporie.core.kernel.local.HookManager
- class euporie.core.kernel.local.HookManager(kernel: LocalPythonKernel)
Context manager for hooking stdout/stderr/displayhook.
Manages nested entry/exit of multiple hooks with centralized depth tracking. Hooks are only actually patched on first entry and unpatched on final exit.