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 dd7ab03 commit 96a8ef0Copy full SHA for 96a8ef0
temporalio/client.py
@@ -2852,7 +2852,7 @@ async def report_cancellation(
2852
)
2853
2854
# TODO(dan): should this return Self (requiring that the user's subclass has the same
2855
- # constructor signature)?
+ # constructor signature)? CompositePayloadConverter.with_context does.
2856
def with_context(self, context: SerializationContext) -> AsyncActivityHandle:
2857
"""Create a new AsyncActivityHandle with a different serialization context.
2858
0 commit comments