MCPcopy Index your code
hub / github.com/NCAR/wrf-python / xarray_enabled

Function xarray_enabled

src/wrf/config.py:84–93  ·  view source on GitHub ↗

Return True if xarray is installed and enabled. Returns: :obj:`bool`: True if xarray is installed and enabled.

()

Source from the content-addressed store, hash-verified

82
83@init_local()
84def 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()

Callers 15

specialdec.pyFile · 0.85
g_latlon.pyFile · 0.85
_llxy_mappingFunction · 0.85
decorators.pyFile · 0.85
_extract_and_transposeFunction · 0.85
metadecorators.pyFile · 0.85
func_wrapperFunction · 0.85
util.pyFile · 0.85
_combine_dictFunction · 0.85
_cat_filesFunction · 0.85
_join_filesFunction · 0.85
_extract_varFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected