Expose `._state.debug_mode()` predicate at top level

py313_support
Tyler Goodlet 2025-03-03 11:14:32 -05:00
parent 80e656b53f
commit 0607a31ddd
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ from ._state import (
current_actor as current_actor,
is_root_process as is_root_process,
current_ipc_ctx as current_ipc_ctx,
debug_mode as debug_mode
)
from ._exceptions import (
ContextCancelled as ContextCancelled,
@ -65,3 +66,4 @@ from ._root import (
from ._ipc import Channel as Channel
from ._portal import Portal as Portal
from ._runtime import Actor as Actor
from . import hilevel as hilevel