Currently all fetch() functions in biotite.database have the verbose parameter. I suggest to remove it as:
- It is out-of-place: No other function in
biotite prints something to stdout
- It is inflexible: It cannot be configured to use logging mechanics or to switch between
stderr/stdout.
Currently all
fetch()functions inbiotite.databasehave theverboseparameter. I suggest to remove it as:biotiteprints something tostdoutstderr/stdout.