Lines Matching refs:_l_
68 self._l_ = l
72 return repr(self._l_)
76 return other._l_ == self._l_
78 return other == self._l_
84 l = self._l_[k]
90 self._l_[k] = value
93 return map(lambda i: _wrap(i, self._obj_wrapper), self._l_)
96 return len(self._l_)
99 return bool(self._l_)
104 return getattr(self._l_, name)
107 return self._l_, self._obj_wrapper
110 self._l_, self._obj_wrapper = state
510 v = v._l_