Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
def
get_dp_mode() -> DPMode:
177
global __dp_mode
178
return
__dp_mode
179
180
181
def
set_dp_mode(dp_mode: DPMode) -> None:
Callers
2
__init__.py
File · 0.85
_setup_dp_logging
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected