We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c2da2 commit 8808a43Copy full SHA for 8808a43
jsonrpcserver/dispatcher.py
@@ -173,9 +173,9 @@ def dispatch_request(
173
) -> Tuple[Request, Result[SuccessResult, ErrorResult]]:
174
"""Get the method, validates the arguments and calls the method.
175
176
- Returns: A tuple containing the Result of the method, along with the original
177
- Request. We need the ids from the original request to remove notifications
178
- before responding, and create a Response.
+ Returns: A tuple containing the original Request, and the Result of the method call.
+ We need the ids from the original request to remove notifications before
+ responding, and create a Response.
179
"""
180
return (
181
request,
0 commit comments