8.1.1.34. copyΒΆ

Dispatcher.copy()[source]

Returns a deepcopy of the Dispatcher.

Returns:

A copy of the Dispatcher.

Return type:

Dispatcher

Example:

>>> dsp = Dispatcher()
>>> dsp is dsp.copy()
False