We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbdefc commit 801e80eCopy full SHA for 801e80e
boltons/typeutils.py
@@ -91,7 +91,7 @@ def __bool__(self):
91
def __copy__(self):
92
return self
93
94
- def __deepcopy__(self):
+ def __deepcopy__(self, _memo):
95
96
97
if var_name:
0 commit comments