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 08fbf27 commit 8b2ede6Copy full SHA for 8b2ede6
sentry_sdk/flag_utils.py
@@ -65,6 +65,7 @@ def __init__(self, flag, result):
65
self.result = result
66
67
def __copy__(self):
68
+ # type: () -> Flag
69
return Flag(self.flag, self.result)
70
71
@property
0 commit comments