We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 333729e + 6123367 commit d05fd52Copy full SHA for d05fd52
eitprocessing/datahandling/sequence.py
@@ -186,6 +186,7 @@ def data(self) -> _DataAccess:
186
`sequence.data.add(obj)`).
187
188
Other dict-like behaviour is also supported:
189
+
190
- `label in sequence.data` to check whether an object with a label exists;
191
- `del sequence.data[label]` to remove an object from the sequence based on the label;
192
- `for label in sequence.data` to iterate over the labels;
0 commit comments