It’s essentially just a collection of object IDs, so you can iterate over it. Something like this:
for oid in btr:
# Do work here
It’s essentially just a collection of object IDs, so you can iterate over it. Something like this:
for oid in btr:
# Do work here