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
Translatorclass documentation for possible choices.- Returns:
A copy of this
Translatorwith overrides applied.
Notes
User types are copied using
copy.deepcopy().