Home | History | Annotate | Download | only in dom

Lines Matching full:_seq

1158     __slots__ = '_seq',
1162 self._seq = seq
1165 return len(self._seq)
1168 return len(self._seq)
1171 for n in self._seq:
1176 for n in self._seq:
1193 return self._seq[index]
1214 return [self._seq]
1217 self._seq = state[0]
1266 clone.entities._seq = []
1267 clone.notations._seq = []
1268 for n in self.notations._seq:
1270 clone.notations._seq.append(notation)
1272 for e in self.entities._seq:
1278 clone.entities._seq.append(entity)
1865 clone.entities._seq = []
1866 clone.notations._seq = []
1867 for n in node.notations._seq:
1870 clone.notations._seq.append(notation)
1873 for e in node.entities._seq:
1880 clone.entities._seq.append(entity)