mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
add start_rpc_server() doc string
This commit is contained in:
@@ -68,6 +68,7 @@ class Rpc:
|
|||||||
|
|
||||||
|
|
||||||
async def start_rpc_server(*args, **kwargs) -> Rpc:
|
async def start_rpc_server(*args, **kwargs) -> Rpc:
|
||||||
|
"""The given arguments will be passed to asyncio.create_subprocess_exec()"""
|
||||||
proc = await asyncio.create_subprocess_exec(
|
proc = await asyncio.create_subprocess_exec(
|
||||||
"deltachat-rpc-server",
|
"deltachat-rpc-server",
|
||||||
stdin=asyncio.subprocess.PIPE,
|
stdin=asyncio.subprocess.PIPE,
|
||||||
|
|||||||
Reference in New Issue
Block a user