Skip to content
Snippets Groups Projects
Commit 071f1ec5 authored by Simone Magnani's avatar Simone Magnani Committed by yonghong-song
Browse files

enhanced items_delete_batch() in Python to avoid double list creation


This commit enhances the items_delete_batch() function by accepting a ct.Array instead of a Python list.
This way, the array does not need to be re-created, allowing to directly perform the requested operation.

Signed-off-by: default avatarSimone Magnani <simonemagnani.96@gmail.com>
parent 19df7ee6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment