Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datapane/datapane
/ set_config
Function
set_config
python-client/src/datapane/client/config.py:51–53 ·
view source on GitHub ↗
(c: Optional[Config])
Source
from the content-addressed store, hash-verified
49
50
51
def
set_config(c: Optional[Config]):
52
global config
53
config = c
54
55
56
def
get_config() -> Config:
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected