Skip to content

Commit 3d64a85

Browse files
committed
Add snipsync
1 parent 1836a6a commit 3d64a85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nexus_multiple_args/handler/service_handler.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from nexus_multiple_args.service import HelloInput, HelloOutput, MyNexusService
1010

1111

12+
# @@@SNIPSTART samples-python-nexus-handler-multiargs
1213
@nexusrpc.handler.service_handler(service=MyNexusService)
1314
class MyNexusServiceHandler:
1415
"""
@@ -33,3 +34,6 @@ async def hello(
3334
],
3435
id=str(uuid.uuid4()),
3536
)
37+
38+
39+
# @@@SNIPEND

0 commit comments

Comments
 (0)