[top] / ZODB / BaseStorage / copy
copy(source, dest, verbose=0)
Copy transactions from a source to a destination storage
This is typically used for converting data from one storage to another. `source` must have an .iterator() method.