Lines Matching refs:_seq
1230 self._seq = seq
1233 return len(self._seq)
1236 return len(self._seq)
1239 for n in self._seq:
1244 for n in self._seq:
1261 return self._seq[index]
1282 return [self._seq]
1285 self._seq = state[0]
1333 clone.entities._seq = []
1334 clone.notations._seq = []
1335 for n in self.notations._seq:
1337 clone.notations._seq.append(notation)
1339 for e in self.entities._seq:
1345 clone.entities._seq.append(entity)
1937 clone.entities._seq = []
1938 clone.notations._seq = []
1939 for n in node.notations._seq:
1942 clone.notations._seq.append(notation)
1945 for e in node.entities._seq:
1952 clone.entities._seq.append(entity)