Hide `open_nursery()` frame by def

multihost_exs
Tyler Goodlet 2025-03-03 12:18:10 -05:00
parent 0f103f49d4
commit 2008372693
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ async def _open_and_supervise_one_cancels_all_nursery(
@acm
# @api_frame
async def open_nursery(
hide_tb: bool = False,
hide_tb: bool = True,
**kwargs,
# ^TODO, paramspec for `open_root_actor()`