Function
ZODB.BaseStorage.copy

Signature

copy(source, dest, verbose=0)

Documentation String

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.