8.1.1.8. copyΒΆ

Dispatcher.copy()[source]

Returns a copy of the Dispatcher.

Returns:A copy of the Dispatcher.
Return type:Dispatcher

Example:

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