Return True if xarray is installed and enabled. Returns: :obj:`bool`: True if xarray is installed and enabled.
()
| 82 | |
| 83 | @init_local() |
| 84 | def xarray_enabled(): |
| 85 | """Return True if xarray is installed and enabled. |
| 86 | |
| 87 | Returns: |
| 88 | |
| 89 | :obj:`bool`: True if xarray is installed and enabled. |
| 90 | |
| 91 | """ |
| 92 | global _local_config |
| 93 | return _local_config.xarray_enabled |
| 94 | |
| 95 | |
| 96 | @init_local() |
no outgoing calls
no test coverage detected