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:
Simone Magnani <simonemagnani.96@gmail.com>
Loading
Please register or sign in to comment