Skip to main content

polars_utils/
config.rs

1pub(crate) fn verbose() -> bool {
2    polars_config::config().verbose()
3}