Currently warning messages are printed to the user using print statements. There is a better way to do this, which would also allow users to suppress warnings if, for example, they are doing high throughput work, using the Warnings module: https://docs.python.org/3/library/warnings.html
Currently warning messages are printed to the user using
printstatements. There is a better way to do this, which would also allow users to suppress warnings if, for example, they are doing high throughput work, using the Warnings module: https://docs.python.org/3/library/warnings.html