Skip to content
Snippets Groups Projects

Make transferFlags a multivariate function

Merged David Schäfer requested to merge multi-transfer into develop
All threads resolved!
5 files
+ 70
35
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 0
3
@@ -435,9 +435,6 @@ class History:
new._meta = copyfunc(self._meta)
return new
def equals(self, other: History) -> bool:
return self._hist.equals(other._hist) and self.meta == other.meta
def __copy__(self):
return self.copy(deep=False)
Loading