Enforce named-args only to `.open_nursery()`
parent
a9aa5ec04e
commit
e05a4d3cac
|
@ -603,6 +603,7 @@ _shutdown_msg: str = (
|
||||||
@acm
|
@acm
|
||||||
# @api_frame
|
# @api_frame
|
||||||
async def open_nursery(
|
async def open_nursery(
|
||||||
|
*, # named params only!
|
||||||
hide_tb: bool = True,
|
hide_tb: bool = True,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
# ^TODO, paramspec for `open_root_actor()`
|
# ^TODO, paramspec for `open_root_actor()`
|
||||||
|
|
Loading…
Reference in New Issue