(&self)
| 1095 | } |
| 1096 | |
| 1097 | pub(crate) fn __len__(&self) -> usize { |
| 1098 | self.read().len() |
| 1099 | } |
| 1100 | |
| 1101 | fn array_eq(&self, other: &Self, vm: &VirtualMachine) -> PyResult<bool> { |
| 1102 | // we cannot use zelf.is(other) for shortcut because if we contenting a |