in pybulletX/mapping_mixin.py [0:0]
def __iter__(self): if self._plural: return (self[i] for i in range(len(self))) else: return self.keys()