AttocubeScan.insert¶
- AttocubeScan.insert(index, value)¶
Implement the insert method with the option to append as well.
- Parameters:
self (BaseFolder) – DataFolder instance when not a bound method.
index (int) – Index to insert at
value (metadataObject) – Metadata object to be added.