Esempio n. 1
0
 def __init__(self, space, strategy, dictimplementation):
     BaseItemIterator.__init__(self, space, strategy, dictimplementation)
     w_obj = strategy.unerase(dictimplementation.dstorage)
     self.w_obj = w_obj
     self.orig_map = self.curr_map = w_obj._get_mapdict_map()
Esempio n. 2
0
 def __init__(self, space, strategy, dictimplementation):
     BaseItemIterator.__init__(self, space, strategy, dictimplementation)
     w_obj = strategy.unerase(dictimplementation.dstorage)
     self.w_obj = w_obj
     self.orig_map = self.curr_map = w_obj._get_mapdict_map()
Esempio n. 3
0
 def __init__(self, space, strategy, w_dict):
     BaseItemIterator.__init__(self, space, strategy, w_dict)
     self._init(strategy, w_dict)
Esempio n. 4
0
 def __init__(self, space, strategy, w_dict):
     BaseItemIterator.__init__(self, space, strategy, w_dict)
     self._init(strategy, w_dict)