MCPcopy
hub / github.com/django/django / _lazy_number_unpickle

Function _lazy_number_unpickle

django/utils/translation/__init__.py:167–168  ·  view source on GitHub ↗
(func, resultclass, number, kwargs)

Source from the content-addressed store, hash-verified

165
166
167def _lazy_number_unpickle(func, resultclass, number, kwargs):
168 return lazy_number(func, resultclass, number=number, **kwargs)
169
170
171def ngettext_lazy(singular, plural, number=None):

Callers

nothing calls this directly

Calls 1

lazy_numberFunction · 0.85

Tested by

no test coverage detected