Designed for compound objects of unknown type. For builtins or objects of known type, use django.utils.functional.lazy.
This method overrides django.utils.functional.LazyObject.__deepcopy__.
This method overrides django.utils.functional.LazyObject.__init__.
If copies are made of the resulting SimpleLazyObject, which can happen in various circumstances within Django, then you must ensure that the callable can be safely run more than once and will return the same value.
This method is overriden in: