We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662e617 commit 6123367Copy full SHA for 6123367
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