MCPcopy Create free account
hub / github.com/NCAR/wrf-python / pyngl_enabled

Function pyngl_enabled

src/wrf/config.py:162–171  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

160
161@init_local()
162def pyngl_enabled():
163 """Return True if pyngl is installed and enabled.
164
165 Returns:
166
167 :obj:`bool`: True if pyngl is installed and enabled.
168
169 """
170 global _local_config
171 return _local_config.pyngl_enabled
172
173
174@init_local()

Callers 7

projection.pyFile · 0.85
pynglMethod · 0.85
_pynglMethod · 0.85
_pynglMethod · 0.85
_pynglMethod · 0.85
_pynglMethod · 0.85
_pynglMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected