def __init__(self, *args, **kw): init_dict = dict(*args, **kw) self._d = weakref.WeakKeyDictionary( (key, self._create_value(key, value)) for key, value in init_dict.iteritems())