MCPcopy Create free account
hub / github.com/datapane/datapane / get_dp_mode

Function get_dp_mode

python-client/src/datapane/client/utils.py:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175
176def get_dp_mode() -> DPMode:
177 global __dp_mode
178 return __dp_mode
179
180
181def set_dp_mode(dp_mode: DPMode) -> None:

Callers 2

__init__.pyFile · 0.85
_setup_dp_loggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected