def __init__(self, context=None, **kwds):
super(DjangoTranslator, self).__init__(**kwds)
if context is not None:
self.context = context
self._django_hasher_cache = weakref.WeakKeyDictionary()
self._passlib_hasher_cache = weakref.WeakValueDictionary()
评论列表
文章目录