Lines Matching refs:_seq
1159 self._seq = seq
1162 return len(self._seq)
1165 return len(self._seq)
1168 for n in self._seq:
1173 for n in self._seq:
1190 return self._seq[index]
1211 return [self._seq]
1214 self._seq = state[0]
1263 clone.entities._seq = []
1264 clone.notations._seq = []
1265 for n in self.notations._seq:
1267 clone.notations._seq.append(notation)
1269 for e in self.entities._seq:
1275 clone.entities._seq.append(entity)
1862 clone.entities._seq = []
1863 clone.notations._seq = []
1864 for n in node.notations._seq:
1867 clone.notations._seq.append(notation)
1870 for e in node.entities._seq:
1877 clone.entities._seq.append(entity)