datajoint-python
datajoint-python copied to clipboard
New kwarg for autopopulate - returning success count after the `.populate()` call
Introduce a new argument return_success_count
to the .populate()
routine, that would return the count of successful make()
calls in one .populate()
call.
This functionality allows for us to answer the question: "Did anything happen in my .populate()
call?" without having to call the key_source
again (e.g. with .progress()
)