id_translation.Translator.copy#

Translator.copy(**overrides)[source]#

Make a copy of this Translator.

Parameters:

overrides – Keyword arguments to use when instantiating the copy. Options that aren’t given will be taken from the current instance. See the Translator class documentation for possible choices.

Returns:

A copy of this Translator with overrides applied.

Notes

User types are copied using copy.deepcopy().